IdentityDictionary



IdentityDictionary inherits from Dictionary and defines no instance variables. It has no subclasses.

IdentityDictionaries use identity (==) and identity hashing (identityHash) to arrange keys.

IdentityDictionaries should be used in preference to Dictionaries whenever possible because many IdentityDictionary methods are implemented as fast primitive operations (Note: not yet).

Methods defined in IdentityDictionary:

Methods for private:


Pocket Smalltalk Documentation