Class _CPArrayEnumerator

CPObject
    extended byCPEnumerator
        extended by_CPArrayEnumerator

@implementation _CPArrayEnumerator : CPEnumerator


Method Summary
-(id)initWithArray:(CPArray)anArray
-(id)nextObject
          Returns the next object in the collection.

Methods inherited from class CPObject
initialize, alloc, class, instanceMethodForSelector, instancesRespondToSelector, isSubclassOfClass, load, new, setVersion, superclass, version, init, autorelease, awakeAfterUsingCoder, class, classForCoder, classForKeyedArchiver, className, copy, dealloc, description, doesNotRecognizeSelector, forwardInvocation, hash, isEqual, isKindOfClass, isMemberOfClass, isProxy, methodForSelector, methodSignatureForSelector, mutableCopy, performSelector, performSelector, performSelector, release, replacementObjectForArchiver, replacementObjectForCoder, replacementObjectForKeyedArchiver, respondsToSelector, retain, self, superclass

Methods inherited from class CPEnumerator
allObjects, nextObject


Method Detail

initWithArray

-(id)initWithArray:(CPArray)anArray
Parameters:
anArray

nextObject

-(id)nextObject
Returns the next object in the collection. No particular ordering is guaranteed.

Created on Sat Sep 13 14:15:43 PDT 2008