OFMutableDictionary Class Reference

A class for using mutable hash tables. More...

#import <OFMutableDictionary.h>

Inheritance diagram for OFMutableDictionary:
OFDictionary OFObject <OFCopying> <OFMutableCopying> <OFFastEnumeration>

List of all members.

Public Member Functions

(id) - setObject:forKey:
(id) - removeObjectForKey:

Protected Attributes

unsigned long mutations

Detailed Description

A class for using mutable hash tables.


Member Function Documentation

- (id) removeObjectForKey: (OFObject*)  key  

Remove the object with the given key from the dictionary.

Parameters:
key The key whose object should be removed
Returns:
The object that was stored for the key, autoreleased
- (id) setObject: (OFObject*)  obj
forKey: (OFObject <OFCopying>*)  key 

Sets a key to an object. A key can be any object.

Parameters:
key The key to set
obj The object to set the key to
Returns:
The old object, autoreleased

The documentation for this class was generated from the following files:
 All Classes Functions Variables
Generated on Sun May 9 16:52:21 2010 for ObjFW by  doxygen 1.6.3