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()
Returns a copy of the key/values in the map at the point of
calling.
|
V |
get(java.lang.Object key) |
V |
put(K key,
V value) |
V |
remove(java.lang.Object key) |
int |
size() |
clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, putAll, toString, values
public V get(java.lang.Object key)
public V remove(java.lang.Object key)
public void clear()
public int size()