|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectit.unimi.di.mg4j.index.QuasiSuccinctIndexReader.CountReader
protected static final class QuasiSuccinctIndexReader.CountReader
| Field Summary | |
|---|---|
long |
currentIndex
The index of the current prefix sum. |
long |
prefixSum
The current prefix sum (the sum of the first currentIndex elements). |
long |
prevPrefixSum
The previous prefix sum. |
| Constructor Summary | |
|---|---|
QuasiSuccinctIndexReader.CountReader(LongBigList list,
long position,
int frequency,
long occurrency,
int log2Quantum)
|
|
| Method Summary | |
|---|---|
long |
getLong(long index)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public long prefixSum
currentIndex elements).
public long prevPrefixSum
public long currentIndex
| Constructor Detail |
|---|
public QuasiSuccinctIndexReader.CountReader(LongBigList list,
long position,
int frequency,
long occurrency,
int log2Quantum)
| Method Detail |
|---|
public long getLong(long index)
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||