Next: , Previous: , Up: Base classes [Index]


1.106 LookupTable

Defined in namespace Smalltalk
Superclass: Dictionary
Category: Collections-Keyed

I am a more efficient variant of Dictionary that cannot be used as a pool dictionary of variables, as I don’t use Associations to store key-value pairs. I also cannot have nil as a key; if you need to be able to store nil as a key, use Dictionary instead. I use the object equality comparison message #= to determine equivalence of indices.

LookupTable class-instance creation: (class)
LookupTable-accessing: (instance)
LookupTable-enumerating: (instance)
LookupTable-hashing: (instance)
LookupTable-rehashing: (instance)
LookupTable-removing: (instance)
LookupTable-storing: (instance)

AltStyle によって変換されたページ (->オリジナル) /