| org.jvnet.substance.utils.SoftHashMap
Method Summary | |
public void | clear() | public Set<Entry<K, V>> | entrySet() Returns a copy of the key/values in the map at the point of
calling. | public V | get(Object key) | public V | put(K key, V value) | public V | remove(Object key) | public int | size() |
clear | public void clear()(Code) | | |
entrySet | public Set<Entry<K, V>> entrySet()(Code) | | Returns a copy of the key/values in the map at the point of
calling. However, setValue still sets the value in the
actual SoftHashMap.
|
put | public V put(K key, V value)(Code) | | |
|
|