Next:
Integer
, Previous:
IdentityDictionary
, Up:
Base classes
1.88 IdentitySet
Defined in namespace Smalltalk
Superclass: Set
Category: Collections-Unordered
I am the typical set object; I can store any objects uniquely. I use the == operator to determine duplication of objects.
IdentitySet-testing
: (instance)