IteratorTypes : public class
Created: 04/26/07 10:55:48
Modified: 04/26/07 10:55:48
Project:
Advanced:
Defines the set of constants which represent concrete iterator implementations
Attribute Details
public static const String
  ARRAY_ITERATOR
Initial: "ArrayIterator"
Notes: Defines concrete Array iterator implementation
public static const String
  COLLECTION_ITERATOR
Initial: "CollectionIterator"
Notes: Defines concrete Collection iterator implementation
public static const String
  OBJECT_ITERATOR
Initial: "ObjectIterator"
Notes: Defines concrete Object iterator implementation