|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.ref.Reference<T>
java.lang.ref.SoftReference
com.vladium.util.SoftValueMap.IndexedSoftReference
static class SoftValueMap.IndexedSoftReference
An extension of WeakReference that can store an index of the bucket it is associated with.
| Field Summary | |
|---|---|
(package private) int |
m_bucketIndex
|
| Constructor Summary | |
|---|---|
SoftValueMap.IndexedSoftReference(java.lang.Object referent,
java.lang.ref.ReferenceQueue queue,
int bucketIndex)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.ref.SoftReference |
|---|
get |
| Methods inherited from class java.lang.ref.Reference |
|---|
clear, enqueue, isEnqueued |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
int m_bucketIndex
| Constructor Detail |
|---|
SoftValueMap.IndexedSoftReference(java.lang.Object referent,
java.lang.ref.ReferenceQueue queue,
int bucketIndex)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||