Next:
WeakValueIdentityDictionary
, Previous:
WeakKeyIdentityDictionary
, Up:
Base classes
1.215 WeakSet
Defined in namespace Smalltalk
Superclass: Set
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.
WeakSet-accessing
: (instance)
WeakSet-copying
: (instance)
WeakSet-loading
: (instance)