Back: WeakKeyLookupTable-rehashing
Up: Class reference
Forward: WeakSet class-instance creation
 
Top: GNU Smalltalk User's Guide
Contents: Table of Contents
Index: Class index
About: About this document

6.178 WeakSet

Defined in namespace Smalltalk
Category: Collections-Weak

I am similar to a plain set, but my items 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.

6.178.1 WeakSet class: instance creation  (class)
6.178.2 WeakSet: rehashing  (instance)


6.178.1 WeakSet class: instance creation

new: anInteger
Answer a new instance of the receiver with the given size


6.178.2 WeakSet: rehashing

rehash
Rehash the receiver




This document was generated on May, 12 2002 using texi2html