net.ontopia.utils
Class CachedIndex.Entry<A,B>

java.lang.Object
  extended by net.ontopia.utils.CachedIndex.Entry<A,B>
Enclosing class:
CachedIndex<K,E>

public class CachedIndex.Entry<A,B>
extends Object


Field Summary
 int hits
           
 Object key
           
 CachedIndex.Entry<A,B> next
           
 Object value
           
 
Constructor Summary
CachedIndex.Entry(A key, B value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public Object value

key

public Object key

hits

public int hits

next

public CachedIndex.Entry<A,B> next
Constructor Detail

CachedIndex.Entry

public CachedIndex.Entry(A key,
                         B value)


Copyright © 2000-2012 Ontopia.