public final class EWAHPointer32 extends Object implements Comparable<EWAHPointer32>
| Modifier and Type | Field and Description |
|---|---|
IteratingBufferedRunningLengthWord32 |
iterator
Underlying iterator
|
| Constructor and Description |
|---|
EWAHPointer32(int previousEndRun,
IteratingBufferedRunningLengthWord32 rw,
int pos)
Construct a pointer over an IteratingBufferedRunningLengthWord.
|
| Modifier and Type | Method and Description |
|---|---|
int |
beginOfRun() |
void |
callbackUpdate(UpdateableBitmapFunction32 f) |
int |
compareTo(EWAHPointer32 other) |
int |
endOfRun() |
boolean |
hasNoData() |
void |
parseNextRun()
Process the next run
|
public final IteratingBufferedRunningLengthWord32 iterator
public EWAHPointer32(int previousEndRun,
IteratingBufferedRunningLengthWord32 rw,
int pos)
previousEndRun - word where the previous run endedrw - the iteratorpos - current position (in word)public int endOfRun()
public int beginOfRun()
public void parseNextRun()
public boolean hasNoData()
public void callbackUpdate(UpdateableBitmapFunction32 f)
f - call the function with the current informationpublic int compareTo(EWAHPointer32 other)
compareTo in interface Comparable<EWAHPointer32>Copyright © 2016. All Rights Reserved.