|
|
6.177 WeakKeyLookupTable
- Defined in namespace Smalltalk
- Category: Collections-Weak
I am similar to a plain LookupTable, 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 associations
for the garbage collected keys
6.177.1 WeakKeyLookupTable class: instance creation
- new: anInteger
- Answer a new instance of the receiver with the given size
6.177.2 WeakKeyLookupTable: rehashing
- rehash
- Rehash the receiver
|