class |
ReferenceValueHashMap<K,V> |
This Map will remove entries when the value in the map has been
cleaned from garbage collection
|
class |
ReferenceValueTreeMap<K,V> |
This Map will remove entries when the value in the map has been
cleaned from garbage collection
|
class |
SoftValueHashMap<K,V> |
This Map will remove entries when the value in the map has been
cleaned from garbage collection
|
class |
SoftValueTreeMap<K,V> |
This Map will remove entries when the value in the map has been
cleaned from garbage collection
|
class |
WeakValueHashMap<K,V> |
This Map will remove entries when the value in the map has been
cleaned from garbage collection
|
class |
WeakValueTreeMap<K,V> |
This Map will remove entries when the value in the map has been
cleaned from garbage collection
|