digitree
    Preparing search index...

    Class Path<TKey, TEntry>

    Represents a cursor in a BTree. Invalid once mutation has occurred (unless it is the results of a mutation method). Do not change the properties of this object directly. Use the methods of the BTree class to manipulate it.

    on - true if the cursor is on an entry, false if it is between entries.

    Type Parameters

    • TKey
    • TEntry
    Index

    Constructors

    Properties

    branches: PathBranch<TKey>[]
    leafIndex: number
    leafNode: LeafNode<TEntry>
    on: boolean
    version: number

    Methods