Class VectorIterator<T>

Type Parameters

  • T

Hierarchy

Properties

Accessors

Methods

Constructors

Properties

iteratorType: IteratorType

Description

Iterator's type.

Example

console.log(container.end().iteratorType === IteratorType.NORMAL);  // true
container: Vector<T>

Description

The container pointed to by the iterator.

Accessors

Methods

Constructors

Generated using TypeDoc