Search Results for

    Show / Hide Table of Contents

    Class ZoneTree<TKey, TValue>.SegmentCollection

    Inheritance
    object
    ZoneTree<TKey, TValue>.SegmentCollection
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Tenray.ZoneTree.Core
    Assembly: ZoneTree.dll
    Syntax
    public sealed class ZoneTree<TKey, TValue>.SegmentCollection

    Properties

    | Improve this Doc View Source

    BottomSegments

    Declaration
    public IReadOnlyList<IDiskSegment<TKey, TValue>> BottomSegments { get; set; }
    Property Value
    Type Description
    IReadOnlyList<IDiskSegment<TKey, TValue>>
    | Improve this Doc View Source

    DiskSegment

    Declaration
    public IDiskSegment<TKey, TValue> DiskSegment { get; set; }
    Property Value
    Type Description
    IDiskSegment<TKey, TValue>
    | Improve this Doc View Source

    SeekableIterators

    Declaration
    public IReadOnlyList<ISeekableIterator<TKey, TValue>> SeekableIterators { get; set; }
    Property Value
    Type Description
    IReadOnlyList<ISeekableIterator<TKey, TValue>>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 Tenray.io