Class RandomIterator<T>Abstract

Type Parameters

  • T

Hierarchy

Properties

Methods

Accessors

Properties

iteratorType: IteratorType

Description

Iterator's type.

Example

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

Description

The container pointed to by the iterator.

Methods

Accessors

Generated using TypeDoc