Class AbstractReferenceMap.WeakRef
- java.lang.Object
-
- java.lang.ref.Reference<T>
-
- java.lang.ref.WeakReference
-
- org.apache.commons.collections.map.AbstractReferenceMap.WeakRef
-
- Enclosing class:
- AbstractReferenceMap
static class AbstractReferenceMap.WeakRef extends java.lang.ref.WeakReference
A weak reference holder.
-
-
Field Summary
Fields Modifier and Type Field Description private int
hash
the hashCode of the key (even if the reference points to a value)
-
Constructor Summary
Constructors Constructor Description WeakRef(int hash, java.lang.Object r, java.lang.ref.ReferenceQueue q)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
hashCode()
-