CPObjectCPEnumerator
@implementation CPEnumerator : CPObject
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.
Method Summary | |
---|---|
-(CPArray) | allObjects Returns all objects in the collection in an array. |
-(id) | nextObject Returns the next object in the collection. |
Method Detail |
---|
-(CPArray)allObjects
-(id)nextObject
Created on Sat Sep 13 14:15:43 PDT 2008