|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.egothor.cache.CachedIListItem
public class CachedIListItem
Represents one item of the inverted list that is stored in a memory.
Constructor Summary | |
---|---|
CachedIListItem(long uid,
int weight)
Constructor for the CachedIListItem object. |
Method Summary | |
---|---|
Proximities |
openProx()
Always return null. |
long |
uid()
Returns the UID of the document. |
int |
weight()
Returns the weight of the document. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CachedIListItem(long uid, int weight)
uid
- uid of the documentweight
- weight of the documentMethod Detail |
---|
public long uid()
uid
in interface IListItem
public int weight()
weight
in interface IListItem
public Proximities openProx()
openProx
in interface IListItem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |