Cappuccino  1.0.0
 All Classes Files Functions Variables Typedefs Macros Groups Pages
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:
 
- Class Methods inherited from CPDictionary
(id) + alloc
 
(id) + dictionary
 
(id) + dictionaryWithDictionary:
 
(id) + dictionaryWithJSObject:
 
(id) + dictionaryWithJSObject:recursively:
 
(id) + dictionaryWithObject:forKey:
 
(id) + dictionaryWithObjects:forKeys:
 
(id) + dictionaryWithObjectsAndKeys:
 

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: