net.ontopia.utils
Class SoftHashMapIndex.SoftEntry
java.lang.Object
java.lang.ref.Reference<T>
java.lang.ref.SoftReference
net.ontopia.utils.SoftHashMapIndex.SoftEntry
- Enclosing class:
- SoftHashMapIndex
public static class SoftHashMapIndex.SoftEntry
- extends java.lang.ref.SoftReference
Method Summary |
boolean |
equals(java.lang.Object okey)
|
java.lang.Object |
getKey()
|
java.lang.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 |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
keyhash
public int keyhash
value
public java.lang.Object value
SoftHashMapIndex.SoftEntry
public SoftHashMapIndex.SoftEntry()
SoftHashMapIndex.SoftEntry
public SoftHashMapIndex.SoftEntry(java.lang.Object key,
java.lang.Object value,
java.lang.ref.ReferenceQueue queue)
getKey
public java.lang.Object getKey()
getValue
public java.lang.Object getValue()
equals
public boolean equals(java.lang.Object okey)
- Overrides:
equals
in class java.lang.Object
Copyright © 2000-2009 Ontopia.