Next:
LookupTable
, Previous:
LinkedList
, Up:
Base classes
1.102 LookupKey
Defined in namespace Smalltalk
Superclass: Magnitude
Category: Language-Data types
I represent a key for looking up entries in a data structure. Subclasses of me, such as Association, typically represent dictionary entries.
LookupKey class-basic
: (class)
LookupKey-accessing
: (instance)
LookupKey-printing
: (instance)
LookupKey-storing
: (instance)
LookupKey-testing
: (instance)