Class ConcurrentWeakIntObjectHashMap.WeakIntReference<V>
java.lang.Object
java.lang.ref.Reference<V>
java.lang.ref.WeakReference<V>
com.strobel.collections.concurrent.ConcurrentWeakIntObjectHashMap.WeakIntReference<V>
- All Implemented Interfaces:
ConcurrentRefValueIntObjectHashMap.IntReference<V>
- Enclosing class:
ConcurrentWeakIntObjectHashMap<V>
private static final class ConcurrentWeakIntObjectHashMap.WeakIntReference<V>
extends WeakReference<V>
implements ConcurrentRefValueIntObjectHashMap.IntReference<V>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.ref.Reference
clear, clone, enqueue, get, isEnqueued, reachabilityFence, refersTo
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.strobel.collections.concurrent.ConcurrentRefValueIntObjectHashMap.IntReference
get
-
Field Details
-
_hash
private final int _hash -
_key
private final int _key
-
-
Constructor Details
-
WeakIntReference
WeakIntReference(int key, V referent, ReferenceQueue<? super V> q)
-
-
Method Details