Package org.eclipse.net4j.util.ref
Class ReferenceValueMap.Soft<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
org.eclipse.net4j.util.ref.ReferenceValueMap2<K,V>
org.eclipse.net4j.util.ref.ReferenceValueMap<K,V>
org.eclipse.net4j.util.ref.ReferenceValueMap.Soft<K,V>
- All Implemented Interfaces:
ConcurrentMap<K,
,V> Map<K,
V>
- Enclosing class:
- ReferenceValueMap<K,
V>
- Author:
- Eike Stepper
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.net4j.util.ref.ReferenceValueMap
ReferenceValueMap.Soft<K,
V>, ReferenceValueMap.Strong<K, V>, ReferenceValueMap.Weak<K, V> 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
Modifier and TypeMethodDescriptionprotected KeyedReference<K,
V> createReference
(K key, V value, ReferenceQueue<V> queue) Methods inherited from class org.eclipse.net4j.util.ref.ReferenceValueMap
putIfAbsent, remove, replace, replace
Methods inherited from class org.eclipse.net4j.util.ref.ReferenceValueMap2
clear, containsKey, containsValue, createQueue, dereference, entrySet, get, internalPurgeQueue, isEmpty, purged, purgeQueue, put, remove, removeAll, size
Methods inherited from class java.util.AbstractMap
clone, equals, hashCode, keySet, putAll, toString, values
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.concurrent.ConcurrentMap
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, replaceAll
-
Constructor Details
-
Soft
public Soft() -
Soft
-
-
Method Details
-
createReference
- Specified by:
createReference
in classReferenceValueMap2<K,
V>
-