Search Results for

    Show / Hide Table of Contents

    Class WriteAheadLogUtility

    Inheritance
    object
    WriteAheadLogUtility
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Tenray.ZoneTree.WAL
    Assembly: ZoneTree.dll
    Syntax
    public static class WriteAheadLogUtility

    Methods

    | Improve this Doc View Source

    StableSortAndCleanUpDeletedAndDuplicatedKeys<TKey, TValue>(IReadOnlyList<TKey>, IReadOnlyList<TValue>, IRefComparer<TKey>, IsValueDeletedDelegate<TValue>)

    Declaration
    public static (IReadOnlyList<TKey> keys, IReadOnlyList<TValue> values) StableSortAndCleanUpDeletedAndDuplicatedKeys<TKey, TValue>(IReadOnlyList<TKey> keys, IReadOnlyList<TValue> values, IRefComparer<TKey> comparer, IsValueDeletedDelegate<TValue> isValueDeleted)
    Parameters
    Type Name Description
    IReadOnlyList<TKey> keys
    IReadOnlyList<TValue> values
    IRefComparer<TKey> comparer
    IsValueDeletedDelegate<TValue> isValueDeleted
    Returns
    Type Description
    (IReadOnlyList<TKey> keys, IReadOnlyList<TValue> values)
    Type Parameters
    Name Description
    TKey
    TValue
    | Improve this Doc View Source

    StableSortAndCleanUpDuplicatedKeys<TKey, TValue>(IReadOnlyList<TKey>, IReadOnlyList<TValue>, IRefComparer<TKey>)

    Declaration
    public static (IReadOnlyList<TKey> keys, IReadOnlyList<TValue> values) StableSortAndCleanUpDuplicatedKeys<TKey, TValue>(IReadOnlyList<TKey> keys, IReadOnlyList<TValue> values, IRefComparer<TKey> comparer)
    Parameters
    Type Name Description
    IReadOnlyList<TKey> keys
    IReadOnlyList<TValue> values
    IRefComparer<TKey> comparer
    Returns
    Type Description
    (IReadOnlyList<TKey> keys, IReadOnlyList<TValue> values)
    Type Parameters
    Name Description
    TKey
    TValue
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 Tenray.io