Packagecom.boostworthy.collections.iterators
Classpublic final class IteratorType

The 'IteratorType' class houses public constants which represent iterator types.



Public Methods
 MethodDefined by
  
Constructor.
IteratorType
Public Constants
 ConstantDefined by
  ARRAY_FORWARD : uint = 2
[static] Defined constant for representing the 'ForwardArrayIterator' type.
IteratorType
  ARRAY_REVERSE : uint = 4
[static] Defined constant for representing the 'ReverseArrayIterator' type.
IteratorType
  NULL : uint = 1
[static] Defined constant for representing the 'NullIterator' type.
IteratorType
Constructor detail
IteratorType()constructor
public function IteratorType()

Constructor.

Constant detail
ARRAY_FORWARDconstant
public static const ARRAY_FORWARD:uint = 2

Defined constant for representing the 'ForwardArrayIterator' type.

See also

ARRAY_REVERSEconstant 
public static const ARRAY_REVERSE:uint = 4

Defined constant for representing the 'ReverseArrayIterator' type.

See also

NULLconstant 
public static const NULL:uint = 1

Defined constant for representing the 'NullIterator' type.

See also