Implements a hash or dictionary. This object holds name/object pairs. Objects may be added and removed.
Operation | Return | Description |
at: aName put: aManagedObject |
P2Object |
add an aManagedObject to the hash with aName |
at: aNname |
P2Object |
retrieves an object using aName |
remove |
P2Object |
removes the object called aName from the hash |
size |
int |
get the number of objects in the hash |