Class ConcurrentWeakIntObjectHashMap<V>
java.lang.Object
com.strobel.collections.concurrent.ConcurrentRefValueIntObjectHashMap<V>
com.strobel.collections.concurrent.ConcurrentWeakIntObjectHashMap<V>
- All Implemented Interfaces:
ConcurrentIntObjectMap<V>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final class
Nested classes/interfaces inherited from class com.strobel.collections.concurrent.ConcurrentRefValueIntObjectHashMap
ConcurrentRefValueIntObjectHashMap.IntReference<V>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final ConcurrentRefValueIntObjectHashMap.IntReference
<V> createReference
(int key, V value, ReferenceQueue<V> queue)
-
Constructor Details
-
ConcurrentWeakIntObjectHashMap
public ConcurrentWeakIntObjectHashMap()
-
-
Method Details
-
createReference
protected final ConcurrentRefValueIntObjectHashMap.IntReference<V> createReference(int key, @NotNull V value, ReferenceQueue<V> queue) - Specified by:
createReference
in classConcurrentRefValueIntObjectHashMap<V>
-