[Previous] [Up] [Next]

NSMutableDictionary

Authors

Richard Frith-Macdonald

Version: $Revision$

Date: $Date$

NSMutableDictionary

NSMutableDictionary

Declared in: Foundation/NSDictionary.h

Inherits from: NSDictionary

Conforms to: NSCoding


Instance Variables

Methods


Class Methods

allocWithZone:

+ (id) allocWithZone: (NSZone*)zone;

dictionaryWithCapacity:

+ (id) dictionaryWithCapacity: (unsigned int)numItems;


Instances Methods

addEntriesFromDictionary:

- (void) addEntriesFromDictionary: (NSDictionary*)otherDictionary;

initWithCapacity:

- (id) initWithCapacity: (unsigned int)numItems;

removeAllObjects

- (void) removeAllObjects;

removeObjectForKey:

- (void) removeObjectForKey: (id)aKey;

removeObjectsForKeys:

- (void) removeObjectsForKeys: (NSArray*)keyArray;

setDictionary:

- (void) setDictionary: (NSDictionary*)otherDictionary;

setObject:

- (void) setObject: (id)anObject;