Back: MethodContext-printing
Up: Class reference
Forward: MethodDictionary-adding
 
Top: GNU Smalltalk User's Guide
Contents: Table of Contents
Index: Class index
About: About this document

6.98 MethodDictionary

Defined in namespace Smalltalk
Category: Language-Implementation

6.98.1 MethodDictionary: adding  (instance)
6.98.2 MethodDictionary: rehashing  (instance)
6.98.3 MethodDictionary: removing  (instance)


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




This document was generated on May, 12 2002 using texi2html