Uses of Interface
com.strobel.collections.concurrent.ConcurrentRefValueIntObjectHashMap.IntReference
Packages that use ConcurrentRefValueIntObjectHashMap.IntReference
-
Uses of ConcurrentRefValueIntObjectHashMap.IntReference in com.strobel.collections.concurrent
Classes in com.strobel.collections.concurrent that implement ConcurrentRefValueIntObjectHashMap.IntReferenceModifier and TypeClassDescriptionprivate static final class
Fields in com.strobel.collections.concurrent with type parameters of type ConcurrentRefValueIntObjectHashMap.IntReferenceMethods in com.strobel.collections.concurrent that return ConcurrentRefValueIntObjectHashMap.IntReferenceModifier and TypeMethodDescriptionprotected abstract ConcurrentRefValueIntObjectHashMap.IntReference
<V> ConcurrentRefValueIntObjectHashMap.createReference
(int key, V value, ReferenceQueue<V> queue) protected final ConcurrentRefValueIntObjectHashMap.IntReference
<V> ConcurrentWeakIntObjectHashMap.createReference
(int key, V value, ReferenceQueue<V> queue)