Class OrderedMapIterator<K, V>

Type Parameters

  • K

  • V

Hierarchy

Properties

Accessors

Methods

Properties

iteratorType: IteratorType

Description

Iterator's type.

next: (() => OrderedMapIterator<K, V>)

Type declaration

pre: (() => OrderedMapIterator<K, V>)

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