Back: IdentityDictionary Up: Base classes Forward: IdentitySet-testing   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document

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

1.89.1 IdentitySet: testing  (instance)


1.89.1 IdentitySet: testing

identityIncludes: anObject
Answer whether we include the anObject object; for IdentitySets this is identical to #includes:



Back: IdentitySet Up: IdentitySet Forward: Integer   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document


This document was generated on April, 16 2013 using texi2html