Next:
MethodInfo
, Previous:
MethodContext
, Up:
Base classes
1.111 MethodDictionary
Defined in namespace Smalltalk
Superclass: LookupTable
Category: Language-Implementation
I am similar to an IdentityDictionary, except that removal and rehashing operations inside my instances look atomic to the interpreter.
MethodDictionary-adding
: (instance)
MethodDictionary-rehashing
: (instance)
MethodDictionary-removing
: (instance)