Class ConcurrentWeakIntObjectHashMap<V>
- java.lang.Object
-
- com.strobel.collections.concurrent.ConcurrentRefValueIntObjectHashMap<V>
-
- com.strobel.collections.concurrent.ConcurrentWeakIntObjectHashMap<V>
-
- All Implemented Interfaces:
ConcurrentIntObjectMap<V>
public final class ConcurrentWeakIntObjectHashMap<V> extends ConcurrentRefValueIntObjectHashMap<V>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
ConcurrentWeakIntObjectHashMap.WeakIntReference<V>
-
Nested classes/interfaces inherited from class com.strobel.collections.concurrent.ConcurrentRefValueIntObjectHashMap
ConcurrentRefValueIntObjectHashMap.IntReference<V>
-
-
Constructor Summary
Constructors Constructor Description ConcurrentWeakIntObjectHashMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ConcurrentRefValueIntObjectHashMap.IntReference<V>
createReference(int key, V value, java.lang.ref.ReferenceQueue<V> queue)
-
-
-
Method Detail
-
createReference
protected final ConcurrentRefValueIntObjectHashMap.IntReference<V> createReference(int key, @NotNull V value, java.lang.ref.ReferenceQueue<V> queue)
- Specified by:
createReference
in classConcurrentRefValueIntObjectHashMap<V>
-
-