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


1.216 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