API  1.0.0
CPMutableDictionary Class Reference

#import <CPMutableDictionary.h>

+ Inheritance diagram for CPMutableDictionary:

Additional Inherited Members

- Instance Methods inherited from CPDictionary
(void) - addEntriesFromDictionary:
 
(CPArray) - allKeys
 
(CPArray) - allKeysForObject:
 
(CPArray) - allValues
 
(BOOL) - containsKey:
 
(CPDictionary- copy
 
(int) - count
 
(CPString- description
 
(void) - encodeWithCoder:
 
(void) - enumerateKeysAndObjectsUsingBlock:
 
(void) - enumerateKeysAndObjectsWithOptions:usingBlock:
 
(id) - initWithCoder:
 
(id) - initWithDictionary:
 
(id) - initWithObjects:forKeys:
 
(id) - initWithObjectsAndKeys:
 
(CPDictionary- inverseChangeDictionary
 
(BOOL) - isEqual:
 
(BOOL) - isEqualToDictionary:
 
(CPEnumerator- keyEnumerator
 
(CPArray) - keysOfEntriesPassingTest:
 
(CPArray) - keysOfEntriesWithOptions:passingTest:
 
(CPArray) - keysSortedByValueUsingComparator:
 
(CPArray) - keysSortedByValueUsingSelector:
 
(CPEnumerator- objectEnumerator
 
(id) - objectForKey:
 
(void) - removeAllObjects
 
(void) - removeObjectForKey:
 
(void) - removeObjectsForKeys:
 
(void) - setObject:forKey:
 
(void) - setValue:forKey:
 
(id) - valueForKey:
 
- Instance Methods inherited from CPObject
(void) - addObserver:forKeyPath:options:context:
 
(void) - applyChange:toKeyPath:
 
(id) - autorelease
 
(id) - awakeAfterUsingCoder:
 
(void) - awakeFromCib
 
(void) - bind:toObject:withKeyPath:options:
 
(Class) - classForCoder
 
(Class) - classForKeyedArchiver
 
(CPString- className
 
(void) - dealloc
 
(CPDictionary- dictionaryWithValuesForKeys:
 
(void) - didChange:valuesAtIndexes:forKey:
 
(void) - didChangeValueForKey:
 
(void) - didChangeValueForKey:withSetMutation:usingObjects:
 
(void) - doesNotRecognizeSelector:
 
(CPArray) - exposedBindings
 
(id) - forwardingTargetForSelector:
 
(void) - forwardInvocation:
 
(unsigned) - hash
 
(BOOL) - implementsSelector:
 
(CPDictionary- infoForBinding:
 
(id) - init
 
(BOOL) - isKindOfClass:
 
(BOOL) - isMemberOfClass:
 
(BOOL) - isProxy
 
(IMP) - methodForSelector:
 
(CPMethodSignature) - methodSignatureForSelector:
 
(id) - mutableArrayValueForKey:
 
(id) - mutableArrayValueForKeyPath:
 
(id) - mutableCopy
 
(id) - mutableSetValueForKey:
 
(id) - mutableSetValueForKeyPath:
 
(id) - performSelector:
 
(id) - performSelector:withObject:
 
(void) - performSelector:withObject:afterDelay:
 
(void) - performSelector:withObject:afterDelay:inModes:
 
(id) - performSelector:withObject:withObject:
 
(id) - performSelector:withObjects:
 
(void) - release
 
(void) - removeObserver:forKeyPath:
 
(id) - replacementObjectForArchiver:
 
(id) - replacementObjectForCoder:
 
(id) - replacementObjectForKeyedArchiver:
 
(BOOL) - respondsToSelector:
 
(id) - retain
 
(id) - self
 
(void) - setValue:forKeyPath:
 
(void) - setValue:forUndefinedKey:
 
(void) - setValuesForKeysWithDictionary:
 
(CPString- UID
 
(void) - unbind:
 
(Class) - valueClassForBinding:
 
(id) - valueForKeyPath:
 
(id) - valueForUndefinedKey:
 
(void) - willChange:valuesAtIndexes:forKey:
 
(void) - willChangeValueForKey:
 
(void) - willChangeValueForKey:withSetMutation:usingObjects:
 
- Class Methods inherited from CPDictionary
(id) + alloc
 
(id) + dictionary
 
(id) + dictionaryWithDictionary:
 
(id) + dictionaryWithJSObject:
 
(id) + dictionaryWithJSObject:recursively:
 
(id) + dictionaryWithObject:forKey:
 
(id) + dictionaryWithObjects:forKeys:
 
(id) + dictionaryWithObjectsAndKeys:
 
- Class Methods inherited from CPObject
(BOOL) + accessInstanceVariablesDirectly
 
(id) + allocWithCoder:
 
(BOOL) + automaticallyNotifiesObserversForKey:
 
(void) + cancelPreviousPerformRequestsWithTarget:
 
(void) + cancelPreviousPerformRequestsWithTarget:selector:object:
 
(Class) + class
 
(BOOL) + conformsToProtocol:
 
(void) + exposeBinding:
 
(void) + initialize
 
(IMP) + instanceMethodForSelector:
 
(BOOL) + instancesImplementSelector:
 
(BOOL) + instancesRespondToSelector:
 
(BOOL) + isBindingExclusive:
 
(BOOL) + isSubclassOfClass:
 
(CPSet) + keyPathsForValuesAffectingValueForKey:
 
(void) + load
 
(id) + new
 
(void) + object:performSelector:withObject:afterDelay:inModes:
 
(void) + setVersion:
 
(Class) + superclass
 
(int) + version
 

Detailed Description

This class is just an empty subclass of CPDictionary. CPDictionary already implements mutable methods and this class only exists for source compatibility.

Definition at line 744 of file CPDictionary.j.


The documentation for this class was generated from the following files: