static class SoftValueMap.SoftEntry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) java.lang.Object |
m_key |
(package private) SoftValueMap.SoftEntry |
m_next |
(package private) SoftValueMap.IndexedSoftReference |
m_softValue |
| Constructor and Description |
|---|
SoftValueMap.SoftEntry(java.lang.ref.ReferenceQueue valueReferenceQueue,
java.lang.Object key,
java.lang.Object value,
SoftValueMap.SoftEntry next,
int bucketIndex) |
SoftValueMap.IndexedSoftReference m_softValue
java.lang.Object m_key
SoftValueMap.SoftEntry m_next
SoftValueMap.SoftEntry(java.lang.ref.ReferenceQueue valueReferenceQueue,
java.lang.Object key,
java.lang.Object value,
SoftValueMap.SoftEntry next,
int bucketIndex)