Search Results for

    Show / Hide Table of Contents

    Interface IIndexedReader<TKey, TValue>

    Namespace: Tenray.ZoneTree.Collections
    Assembly: ZoneTree.dll
    Syntax
    public interface IIndexedReader<TKey, TValue>
    Type Parameters
    Name Description
    TKey
    TValue

    Properties

    | Improve this Doc View Source

    Length

    Declaration
    long Length { get; }
    Property Value
    Type Description
    long

    Methods

    | Improve this Doc View Source

    GetFirstGreaterOrEqualPosition(in TKey)

    Declaration
    long GetFirstGreaterOrEqualPosition(in TKey key)
    Parameters
    Type Name Description
    TKey key
    Returns
    Type Description
    long
    | Improve this Doc View Source

    GetKey(long)

    Declaration
    TKey GetKey(long index)
    Parameters
    Type Name Description
    long index
    Returns
    Type Description
    TKey
    | Improve this Doc View Source

    GetKey(long, BlockPin)

    Declaration
    TKey GetKey(long index, BlockPin pin)
    Parameters
    Type Name Description
    long index
    BlockPin pin
    Returns
    Type Description
    TKey
    | Improve this Doc View Source

    GetLastSmallerOrEqualPosition(in TKey)

    Declaration
    long GetLastSmallerOrEqualPosition(in TKey key)
    Parameters
    Type Name Description
    TKey key
    Returns
    Type Description
    long
    | Improve this Doc View Source

    GetPartIndex(long)

    Declaration
    int GetPartIndex(long index)
    Parameters
    Type Name Description
    long index
    Returns
    Type Description
    int
    | Improve this Doc View Source

    GetValue(long)

    Declaration
    TValue GetValue(long index)
    Parameters
    Type Name Description
    long index
    Returns
    Type Description
    TValue
    | Improve this Doc View Source

    GetValue(long, BlockPin)

    Declaration
    TValue GetValue(long index, BlockPin pin)
    Parameters
    Type Name Description
    long index
    BlockPin pin
    Returns
    Type Description
    TValue
    | Improve this Doc View Source

    IsBeginningOfAPart(long)

    Declaration
    bool IsBeginningOfAPart(long index)
    Parameters
    Type Name Description
    long index
    Returns
    Type Description
    bool
    | Improve this Doc View Source

    IsEndOfAPart(long)

    Declaration
    bool IsEndOfAPart(long index)
    Parameters
    Type Name Description
    long index
    Returns
    Type Description
    bool
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 Tenray.io