Back: WeakArray-loading Up: Base classes Forward: WeakIdentitySet-accessing   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document

1.214 WeakIdentitySet

Defined in namespace Smalltalk
Superclass: WeakSet
Category: Collections-Weak

I am similar to a plain identity set, but my keys are stored in a weak array; I track which of them are garbage collected and, as soon as I encounter one of them, I swiftly remove all the garbage collected keys

1.214.1 WeakIdentitySet: accessing  (instance)


1.214.1 WeakIdentitySet: accessing

identityIncludes: anObject
Answer whether I include anObject exactly. As I am an identity-set, this is the same as #includes:.



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


This document was generated on August, 19 2010 using texi2html