IteratorType

The ‘IteratorType’ class houses public constants which represent iterator types.

Summary
IteratorTypeThe ‘IteratorType’ class houses public constants which represent iterator types.
Constants
NULLDefined constant for representing the ‘NullIterator’ type.
ARRAY_FORWARDDefined constant for representing the ‘ForwardArrayIterator’ type.
ARRAY_REVERSEDefined constant for representing the ‘ReverseArrayIterator’ type.
Functions
IteratorTypeConstructor.

Constants

NULL

public static const NULL: uint

Defined constant for representing the ‘NullIterator’ type.

See Also

com.boostworthy.collections.iterators.NullIterator

ARRAY_FORWARD

public static const ARRAY_FORWARD: uint

Defined constant for representing the ‘ForwardArrayIterator’ type.

See Also

com.boostworthy.collections.iterators.ForwardArrayIterator

ARRAY_REVERSE

public static const ARRAY_REVERSE: uint

Defined constant for representing the ‘ReverseArrayIterator’ type.

See Also

com.boostworthy.collections.iterators.ReverseArrayIterator

Functions

IteratorType

public final function IteratorType()

Constructor.

public static const NULL: uint
Defined constant for representing the ‘NullIterator’ type.
public static const ARRAY_FORWARD: uint
Defined constant for representing the ‘ForwardArrayIterator’ type.
public static const ARRAY_REVERSE: uint
Defined constant for representing the ‘ReverseArrayIterator’ type.
public final function IteratorType()
Constructor.
Close