Interface | Description |
---|---|
ValueRef |
ValueRef is a passable reference to a value
|
Class | Description |
---|---|
SoftHashMap | |
SoftHashMap.SoftValue |
We define our own subclass of SoftReference which contains
not only the value but also the key to make it easier to find
the entry in the HashMap after it's been garbage collected.
|