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


1.215 WeakArray

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

I am similar to a plain array, but my items are stored in a weak object, so I track which of them are garbage collected.