Next: Magnitude, Previous: LookupKey, Up: Base classes [Index]
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) |