|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.ref.Reference<T> java.lang.ref.SoftReference<K> net.ontopia.utils.SoftHashMapIndex.SoftEntry<K,E>
public static class SoftHashMapIndex.SoftEntry<K,E>
Field Summary | |
---|---|
int |
keyhash
|
E |
value
|
Constructor Summary | |
---|---|
SoftHashMapIndex.SoftEntry()
|
|
SoftHashMapIndex.SoftEntry(K key,
E value,
java.lang.ref.ReferenceQueue queue)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object okey)
|
K |
getKey()
|
E |
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 E value
Constructor Detail |
---|
public SoftHashMapIndex.SoftEntry()
public SoftHashMapIndex.SoftEntry(K key, E value, java.lang.ref.ReferenceQueue queue)
Method Detail |
---|
public K getKey()
public E getValue()
public boolean equals(java.lang.Object okey)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |