addObject |
Adds an object to the context
See Also:
- addObject:forKey:
- addObject: (id) anObject forKey: (id) keyOfObject;
addObject:forKey: |
Adds an object to the context
See Also:
- addObject
- addObject: (id) anObject forKey: (id) keyOfObject;
objectForKey: |
- objectForKey: (id) keyOfObject;
removeObjectForKey: |
removes the object associated to the given key. Does nothing if the key could not be found
- removeObjectForKey: (id) keyOfObject;
(Last Updated August 27, 2006)