| Interface | Description |
|---|---|
| Disposable |
Defines a component that holds some status or link and can (should?) be disposed at a later time
|
| Class | Description |
|---|---|
| Disposer | |
| ReferenceList<T> |
Specialized linked list to hold weak references or similar stuff. Adding and removing is guaranteed O(1).
|