|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vladium.util.SoftValueMap.SoftEntry
The structure used for chaining colliding keys.
Field Summary | |
(package private) java.lang.Object |
m_key
|
(package private) SoftValueMap.SoftEntry |
m_next
|
(package private) SoftValueMap.IndexedSoftReference |
m_softValue
|
Constructor Summary | |
(package private) |
SoftValueMap.SoftEntry(java.lang.ref.ReferenceQueue valueReferenceQueue,
java.lang.Object key,
java.lang.Object value,
SoftValueMap.SoftEntry next,
int bucketIndex)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
SoftValueMap.IndexedSoftReference m_softValue
java.lang.Object m_key
SoftValueMap.SoftEntry m_next
Constructor Detail |
SoftValueMap.SoftEntry(java.lang.ref.ReferenceQueue valueReferenceQueue, java.lang.Object key, java.lang.Object value, SoftValueMap.SoftEntry next, int bucketIndex)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |