K - the key typeV - the value typepublic class SoftHashMap<K,V>
extends java.util.AbstractMap<K,V>
| Constructor and Description |
|---|
SoftHashMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
java.util.Set<java.util.Map.Entry<K,V>> |
entrySet() |
V |
get(java.lang.Object key) |
V |
put(K key,
V value)
Store the object.
|
V |
remove(java.lang.Object key)
Remove an object.
|
clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, putAll, size, toString, values