Package org.onemind.commons.java.lang.ref

Interface Summary
ValueRef ValueRef is a passable reference to a value
 

Class Summary
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.