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