[Previous]
[Up]
[Next]
NSMutableDictionary
Authors
- Richard Frith-Macdonald
-
Version: $Revision$
Date: $Date$
Declared in: Foundation/NSDictionary.h
Inherits from: NSDictionary
Conforms to: NSCoding
Instance Variables
Methods
Class Methods
+ (id) allocWithZone: (NSZone*)zone;
+ (id) dictionaryWithCapacity: (unsigned int)numItems;
Instances Methods
- (void) addEntriesFromDictionary: (NSDictionary*)otherDictionary;
- (id) initWithCapacity: (unsigned int)numItems;
- (void) removeAllObjects;
- (void) removeObjectForKey: (id)aKey;
- (void) removeObjectsForKeys: (NSArray*)keyArray;
- (void) setDictionary: (NSDictionary*)otherDictionary;
- (void) setObject: (id)anObject;