Search Results for

    Show / Hide Table of Contents

    Interface ISeekableIterator<TKey, TValue>

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

    Properties

    | Improve this Doc View Source

    CurrentKey

    Declaration
    TKey CurrentKey { get; }
    Property Value
    Type Description
    TKey
    | Improve this Doc View Source

    CurrentValue

    Declaration
    TValue CurrentValue { get; }
    Property Value
    Type Description
    TValue
    | Improve this Doc View Source

    HasCurrent

    Declaration
    bool HasCurrent { get; }
    Property Value
    Type Description
    bool
    | Improve this Doc View Source

    IsBeginningOfAPart

    Declaration
    bool IsBeginningOfAPart { get; }
    Property Value
    Type Description
    bool
    | Improve this Doc View Source

    IsEndOfAPart

    Declaration
    bool IsEndOfAPart { get; }
    Property Value
    Type Description
    bool
    | Improve this Doc View Source

    IsFullyFrozen

    Declaration
    bool IsFullyFrozen { get; }
    Property Value
    Type Description
    bool

    Methods

    | Improve this Doc View Source

    GetPartIndex()

    Declaration
    int GetPartIndex()
    Returns
    Type Description
    int
    | Improve this Doc View Source

    Next()

    Declaration
    bool Next()
    Returns
    Type Description
    bool
    | Improve this Doc View Source

    Prev()

    Declaration
    bool Prev()
    Returns
    Type Description
    bool
    | Improve this Doc View Source

    SeekBegin()

    Declaration
    bool SeekBegin()
    Returns
    Type Description
    bool
    | Improve this Doc View Source

    SeekEnd()

    Declaration
    bool SeekEnd()
    Returns
    Type Description
    bool
    | Improve this Doc View Source

    SeekToFirstGreaterOrEqualElement(in TKey)

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

    SeekToLastSmallerOrEqualElement(in TKey)

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

    Skip(long)

    Declaration
    void Skip(long offset)
    Parameters
    Type Name Description
    long offset
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 Tenray.io