|
||||||||||
| 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
net.ontopia.utils.SoftValueHashMapIndex.SoftEntry
public static class SoftValueHashMapIndex.SoftEntry
| Field Summary | |
|---|---|
Object |
key
|
int |
keyhash
|
boolean |
removed
|
| Constructor Summary | |
|---|---|
SoftValueHashMapIndex.SoftEntry()
|
|
SoftValueHashMapIndex.SoftEntry(Object key,
Object value,
ReferenceQueue queue)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object okey)
|
Object |
getKey()
|
Object |
getValue()
|
| 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, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int keyhash
public Object key
public boolean removed
| Constructor Detail |
|---|
public SoftValueHashMapIndex.SoftEntry()
public SoftValueHashMapIndex.SoftEntry(Object key,
Object value,
ReferenceQueue queue)
| Method Detail |
|---|
public Object getKey()
public Object getValue()
public boolean equals(Object okey)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||