net.ontopia.utils
Class SoftHashMapIndex.SoftEntry<K,E>
java.lang.Object
java.lang.ref.Reference<T>
java.lang.ref.SoftReference<K>
net.ontopia.utils.SoftHashMapIndex.SoftEntry<K,E>
- Enclosing class:
- SoftHashMapIndex<K,E>
public static class SoftHashMapIndex.SoftEntry<K,E>
- extends java.lang.ref.SoftReference<K>
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 E value
SoftHashMapIndex.SoftEntry
public SoftHashMapIndex.SoftEntry()
SoftHashMapIndex.SoftEntry
public SoftHashMapIndex.SoftEntry(K key,
E value,
java.lang.ref.ReferenceQueue queue)
getKey
public K getKey()
getValue
public E getValue()
equals
public boolean equals(java.lang.Object okey)
- Overrides:
equals
in class java.lang.Object
Copyright © 2000-2010 Ontopia.