Packagecom.ericfeminella.utils.iterators
Classpublic class IteratorType

Provides a list of static constants which represent concrete Iterator implementations

As a best practice, you should only reference iterator sub-classes via their constant identifier as oppossed to referencing iterator sub-classes directly by name



Public Constants
 ConstantDefined by
  ARRAY_COLLECTION_ITERATOR : String = "ArrayCollectionIterator"
[static]
IteratorType
  ARRAY_ITERATOR : String = "ArrayIterator"
[static]
IteratorType
  OBJECT_ITERATOR : String = "ObjectIterator"
[static]
IteratorType
Constant detail
ARRAY_COLLECTION_ITERATORconstant
public static const ARRAY_COLLECTION_ITERATOR:String = "ArrayCollectionIterator"
ARRAY_ITERATORconstant 
public static const ARRAY_ITERATOR:String = "ArrayIterator"
OBJECT_ITERATORconstant 
public static const OBJECT_ITERATOR:String = "ObjectIterator"