net.ontopia.utils
Class CachedIndex.Entry<A,B>
java.lang.Object
net.ontopia.utils.CachedIndex.Entry<A,B>
- Enclosing class:
- CachedIndex<K,E>
public class CachedIndex.Entry<A,B>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
public Object value
key
public Object key
hits
public int hits
next
public CachedIndex.Entry<A,B> next
CachedIndex.Entry
public CachedIndex.Entry(A key,
B value)
Copyright © 2000-2012 Ontopia.