Dictionary



Dictionary inherits from KeyedCollection and defines the instance variable tally. It has a subclass: IdentityDictionary.

Dictionaries map arbitrary keys onto arbitrary values. Dictionary uses equality (=) and hashing (hash) to arrange keys.

Methods defined in Dictionary:

Methods for accessing:

Methods for adding/removing:

Methods for copying:

Methods for enumerating:

Methods for initialization:

Methods for predicates:

Methods for printing:

Methods for private:

Methods for utility:


Pocket Smalltalk Documentation