objectForKey: |
- objectForKey: (id <NSCoding>) aKey
aKey
- key to look for
setObject |
adds an entry to the dictionary
See Also:
- setObject:forKey:
- setObject: (id <NSCoding>) anObject forKey: (id <NSCoding>) aKey;
anObject
- object to put for the given key
aKey
- underlying key
If an object for the given key already exists then it will be dropped
setObject:forKey: |
adds an entry to the dictionary
See Also:
- setObject
- setObject: (id <NSCoding>) anObject forKey: (id <NSCoding>) aKey;
anObject
- object to put for the given key
aKey
- underlying key
If an object for the given key already exists then it will be dropped
(Last Updated August 27, 2006)