|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.unimi.di.mg4j.index.QuasiSuccinctIndexReader.PointerReader
protected static class QuasiSuccinctIndexReader.PointerReader
Field Summary | |
---|---|
long |
currentIndex
The index of the current prefix sum. |
protected int |
frequency
The frequency term (i.e., the number of elements of the current list). |
protected int |
log2Quantum
The logarithm of the quantum, cached from the index. |
protected long |
numberOfPointers
The number of pointers. |
protected int |
pointerSize
The size of a pointer. |
protected int |
quantum
The logarithm of the quantum, cached from the index. |
protected QuasiSuccinctIndexReader.LongWordBitReader |
skipPointers
The longword bit reader for pointers. |
protected long |
skipPointersStart
The starting position of the pointers. |
protected QuasiSuccinctIndexReader.LongWordBitReader |
upperBits
The longword bit reader for the upper bits. |
protected long |
upperBitsStart
The starting position of the upper bits. |
Constructor Summary | |
---|---|
QuasiSuccinctIndexReader.PointerReader(QuasiSuccinctIndexReader.LongWordBitReader upperBits,
long upperBitsStart,
QuasiSuccinctIndexReader.LongWordBitReader skipPointers,
long skipPointersStart,
long numberOfPointers,
int pointerSize,
int frequency,
int log2Quantum)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final QuasiSuccinctIndexReader.LongWordBitReader upperBits
protected final QuasiSuccinctIndexReader.LongWordBitReader skipPointers
protected final long skipPointersStart
protected final long upperBitsStart
protected final int log2Quantum
protected final int quantum
protected final int pointerSize
protected final long numberOfPointers
protected final int frequency
public long currentIndex
Constructor Detail |
---|
public QuasiSuccinctIndexReader.PointerReader(QuasiSuccinctIndexReader.LongWordBitReader upperBits, long upperBitsStart, QuasiSuccinctIndexReader.LongWordBitReader skipPointers, long skipPointersStart, long numberOfPointers, int pointerSize, int frequency, int log2Quantum)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |