CPEnumerator Class Reference
[Foundation]
List of all members.
Detailed Description
CPEnumerator is a superclass (with useless method bodies) that defines an interface for subclasses to follow. The purpose of an enumerator is to be a convenient system for traversing over the elements of a collection of objects.
Definition at line 35 of file CPEnumerator.j.
Member Function Documentation
- (CPArray) allObjects |
|
|
|
[implementation] |
Returns all objects in the collection in an array. No particular ordering is guaranteed.
Definition at line 50 of file CPEnumerator.j.
The documentation for this class was generated from the following file: