|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.utils.CachedIndex.Entry<A,B>
public class CachedIndex.Entry<A,B>
Field Summary | |
---|---|
int |
hits
|
java.lang.Object |
key
|
CachedIndex.Entry<A,B> |
next
|
java.lang.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 |
---|
public java.lang.Object value
public java.lang.Object key
public int hits
public CachedIndex.Entry<A,B> next
Constructor Detail |
---|
public CachedIndex.Entry(A key, B value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |