A class for using mutable hash tables. More...
#import <OFMutableDictionary.h>
Public Member Functions | |
(id) | - setObject:forKey: |
(id) | - removeObjectForKey: |
Protected Attributes | |
unsigned long | mutations |
A class for using mutable hash tables.
- (id) removeObjectForKey: | (OFObject*) | key |
Remove the object with the given key from the dictionary.
key | The key whose object should be removed |
Sets a key to an object. A key can be any object.
key | The key to set | |
obj | The object to set the key to |