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 SoftReference<K>
keyhash
public int keyhash
value
public E value
SoftHashMapIndex.SoftEntry
public SoftHashMapIndex.SoftEntry()
SoftHashMapIndex.SoftEntry
public SoftHashMapIndex.SoftEntry(K key,
E value,
ReferenceQueue queue)
getKey
public K getKey()
getValue
public E getValue()
equals
public boolean equals(Object okey)
- Overrides:
equals
in class Object
Copyright © 2000-2012 Ontopia.