Class VectorIterator<DataType>

An iterator for the Vector collection.

Type Parameters

  • DataType

Constructors

Properties

Methods

Constructors

Properties

current: number = 0
options?: GetOptions<DataType>

Options for retrieving and storing data.

vector: Vector<DataType>

The vector collection to create an iterator for.

Methods

Generated using TypeDoc