[Previous]
[Up]
[Next]
NSMutableDictionary
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: Foundation/NSDictionary.h
Inherits from: NSDictionary
Conforms to: NSCoding
+ (id) allocWithZone: (NSZone*)zone
+ (id) dictionaryWithCapacity: (unsigned int)numItems
- (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