Package com.restfb.util
Class SoftHashMap<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
com.restfb.util.SoftHashMap<K,V>
- All Implemented Interfaces:
Serializable
,Map<K,
V>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
-
Method Summary
Methods inherited from class java.util.AbstractMap
clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, putAll, toString, values
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
SoftHashMap
public SoftHashMap()
-
-
Method Details
-
get
-
put
-
remove
-
clear
-
size
-
entrySet
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.
-