Class OSoftRefsHashMap<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
com.orientechnologies.orient.core.cache.OSoftRefsHashMap<K,V>
- All Implemented Interfaces:
Serializable,Map<K,V>
Soft References Map inspired by the code published by Dr. Heinz M. Kabutz on
http://www.javaspecialists.eu/archive/Issue015.html.
- 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
Constructors -
Method Summary
Methods inherited from class java.util.AbstractMap
clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, putAll, toString, valuesMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
OSoftRefsHashMap
public OSoftRefsHashMap()
-
-
Method Details
-
get
-
put
-
remove
-
clear
public void clear() -
size
public int size() -
entrySet
-