static class AbstractReferenceMap.SoftRef<T>
extends java.lang.ref.SoftReference<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 |
---|
SoftRef(int hash,
T r,
java.lang.ref.ReferenceQueue<? super T> q) |
Modifier and Type | Method and Description |
---|---|
int |
hashCode() |