Class _CPDictionaryValueEnumerator

CPObject
    extended byCPEnumerator
        extended by_CPDictionaryValueEnumerator

@implementation _CPDictionaryValueEnumerator : CPEnumerator


Method Summary
-(id)initWithDictionary:(CPDictionary)aDictionary
-(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

initWithDictionary

-(id)initWithDictionary:(CPDictionary)aDictionary
Parameters:
aDictionary

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