net.ontopia.utils
Class SoftValueHashMapIndex.SoftEntry
java.lang.Object
java.lang.ref.Reference<T>
java.lang.ref.SoftReference
net.ontopia.utils.SoftValueHashMapIndex.SoftEntry
- Enclosing class:
- SoftValueHashMapIndex
public static class SoftValueHashMapIndex.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 |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
keyhash
public int keyhash
key
public java.lang.Object key
removed
public boolean removed
SoftValueHashMapIndex.SoftEntry
public SoftValueHashMapIndex.SoftEntry()
SoftValueHashMapIndex.SoftEntry
public SoftValueHashMapIndex.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-2012 Ontopia.