Package gw.util.concurrent
Class ConcurrentWeakValueHashMap.MyReference<K,T>
- java.lang.Object
-
- java.lang.ref.Reference<T>
-
- java.lang.ref.WeakReference<T>
-
- gw.util.concurrent.ConcurrentWeakValueHashMap.MyReference<K,T>
-
- Enclosing class:
- ConcurrentWeakValueHashMap<K,V>
private static class ConcurrentWeakValueHashMap.MyReference<K,T> extends java.lang.ref.WeakReference<T>
-
-
Constructor Summary
Constructors Constructor Description MyReference(K key, T referent, java.lang.ref.ReferenceQueue<? super T> q)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private booleanareEqual(java.lang.Object p1, java.lang.Object p2)booleanequals(java.lang.Object o)inthashCode()
-
-
-
Field Detail
-
key
private final K key
-
-