Package org.eclipse.sisu.inject
Class MildConcurrentKeys<K,V>
java.lang.Object
org.eclipse.sisu.inject.MildKeys<K,V>
org.eclipse.sisu.inject.MildConcurrentKeys<K,V>
- All Implemented Interfaces:
ConcurrentMap<K,,V> Map<K,V>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.sisu.inject.MildKeys
MildKeys.EntryItr, MildKeys.KeyItr, MildKeys.Soft<T>, MildKeys.StrongEntry, MildKeys.Weak<T> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.sisu.inject.MildKeys
clear, compact, containsKey, containsValue, entrySet, get, isEmpty, keySet, mildKey, put, putAll, remove, size, tempKey, valuesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.concurrent.ConcurrentMap
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, replaceAll
-
Field Details
-
concurrentMap
-
-
Constructor Details
-
MildConcurrentKeys
MildConcurrentKeys(ConcurrentMap<Reference<K>, V> map, boolean soft)
-
-
Method Details
-
putIfAbsent
- Specified by:
putIfAbsentin interfaceConcurrentMap<K,V> - Specified by:
putIfAbsentin interfaceMap<K,V>
-
replace
-
replace
-
remove
-