static class AbstractReferenceMap.WeakRef<T>
extends java.lang.ref.WeakReference<T>
| Modifier and Type | Field and Description |
|---|---|
private int |
hash
the hashCode of the key (even if the reference points to a value)
|
| Constructor and Description |
|---|
WeakRef(int hash,
T r,
java.lang.ref.ReferenceQueue<? super T> q) |
| Modifier and Type | Method and Description |
|---|---|
int |
hashCode() |