IteratorTypes : public class
Created: |
04/26/07 10:55:48 |
Modified: |
04/26/07 10:55:48 |
|
Project: |
|
Author: |
Eric J. Feminella |
Version: |
1.0 |
Phase: |
1.0 |
Status: |
Proposed |
Complexity: |
Easy |
Advanced: |
|
UUID: |
{5B4C2519-2807-4340-B736-EBB6E7589FDE} |
Appears In: |
iterators |
Defines the set of constants which represent concrete iterator implementations
Attribute |
Details |
public static const String ARRAY_ITERATOR |
Initial: "ArrayIterator"
Notes:
|
Defines a concrete Array iterator implementation
|
|
public static const String COLLECTION_ITERATOR |
Initial: "CollectionIterator"
Notes:
|
Defines a concrete Collection iterator implementation
|
|
public static const String OBJECT_ITERATOR |
Initial: "ObjectIterator"
Notes:
|
Defines a concrete Object iterator implementation
|
|