|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.index.IndexEntry
public final class IndexEntry
This class provides a single index entry.
Field Summary | |
---|---|
byte[] |
key
Entry key. |
long |
pointer
Pointer to the id list for the key. |
int |
size
Number of index hits for the key. |
Constructor Summary | |
---|---|
IndexEntry(byte[] k,
int s,
long p)
Constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final byte[] key
public int size
public long pointer
Constructor Detail |
---|
public IndexEntry(byte[] k, int s, long p)
k
- keys
- number of hitsp
- pointer to the id list
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |