A cursor is a handle to a specific element in a collection.

Type Parameters

  • T

Implements

Constructors

Properties

Accessors

Constructors

Properties

_bucket: Bucket<T>

Accessors

  • get value(): T
  • A reference to the element pointed to by this cursor, as it was inserted into the collection.

    Returns T

  • set value(newVal: T): void
  • A reference to the element pointed to by this cursor, as it was inserted into the collection.

    Parameters

    • newVal: T

    Returns void