[Previous] [Up] [Next]

NSMutableDictionary

Authors

Richard Frith-Macdonald

Version: 0.1

Date: 28 February, 2000

NSMutableDictionary

NSMutableDictionary

Declared in: Foundation/NSDictionary.h

Inherits from: NSDictionary

Conforms to: NSCoding



allocWithZone:

+ (id) allocWithZone: (NSZone*)zone

dictionaryWithCapacity:

+ (id) dictionaryWithCapacity: (unsigned int)numItems

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