Uses of Interface
com.strobel.collections.concurrent.ConcurrentRefValueIntObjectHashMap.IntReference
-
Packages that use ConcurrentRefValueIntObjectHashMap.IntReference Package Description com.strobel.collections.concurrent -
-
Uses of ConcurrentRefValueIntObjectHashMap.IntReference in com.strobel.collections.concurrent
Classes in com.strobel.collections.concurrent that implement ConcurrentRefValueIntObjectHashMap.IntReference Modifier and Type Class Description private static class
ConcurrentWeakIntObjectHashMap.WeakIntReference<V>
Fields in com.strobel.collections.concurrent with type parameters of type ConcurrentRefValueIntObjectHashMap.IntReference Modifier and Type Field Description private ConcurrentIntObjectHashMap<ConcurrentRefValueIntObjectHashMap.IntReference<V>>
ConcurrentRefValueIntObjectHashMap. _map
Methods in com.strobel.collections.concurrent that return ConcurrentRefValueIntObjectHashMap.IntReference Modifier and Type Method Description protected abstract ConcurrentRefValueIntObjectHashMap.IntReference<V>
ConcurrentRefValueIntObjectHashMap. createReference(int key, V value, java.lang.ref.ReferenceQueue<V> queue)
protected ConcurrentRefValueIntObjectHashMap.IntReference<V>
ConcurrentWeakIntObjectHashMap. createReference(int key, V value, java.lang.ref.ReferenceQueue<V> queue)
-