public 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 k,
V v) |
V |
remove(java.lang.Object k) |
int |
size() |
clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, putAll, toString, values