Next: , Previous: , Up: Base classes   [Index]


1.91 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.