Package | com.boostworthy.collections.iterators |
Class | public final class IteratorType |
Method | Defined by | ||
---|---|---|---|
Constructor.
| IteratorType |
Constant | Defined 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 |
IteratorType | () | constructor |
public function IteratorType()
Constructor.
ARRAY_FORWARD | constant |
public static const ARRAY_FORWARD:uint = 2
Defined constant for representing the 'ForwardArrayIterator' type.
See also
ARRAY_REVERSE | constant |
public static const ARRAY_REVERSE:uint = 4
Defined constant for representing the 'ReverseArrayIterator' type.
See also
NULL | constant |
public static const NULL:uint = 1
Defined constant for representing the 'NullIterator' type.
See also