Class OrderedSetIterator<K>

Type Parameters

  • K

Hierarchy

Properties

Accessors

Methods

Properties

iteratorType: IteratorType

Description

Iterator's type.

next: (() => OrderedSetIterator<K>)

Type declaration

pre: (() => OrderedSetIterator<K>)

Type declaration

Accessors

  • get index(): number
  • Description

    Get the sequential index of the iterator in the tree container.
    Note: This function only takes effect when the specified tree container enableIndex = true.

    Returns number

Methods

Generated using TypeDoc