|
|
6.98 MethodDictionary
- Defined in namespace Smalltalk
- Category: Language-Implementation
6.98.1 MethodDictionary: adding
- at: key put: value
- Store value as associated to the given key
6.98.2 MethodDictionary: rehashing
- rehash
- Rehash the receiver
6.98.3 MethodDictionary: removing
- removeAssociation: anAssociation
- Remove anAssociation's key from the dictionary
- removeKey: anElement ifAbsent: aBlock
- Remove the passed key from the dictionary, answer the result of evaluating aBlock if it is not found
|