Package | Description |
---|---|
com.googlecode.javaewah |
Modifier and Type | Field and Description |
---|---|
protected RunningLengthWord |
ReverseEWAHIterator.rlw
The current running length word.
|
(package private) RunningLengthWord |
EWAHIterator.rlw
The current running length word.
|
private RunningLengthWord |
EWAHCompressedBitmap.rlw
The current (last) running length word.
|
Modifier and Type | Method and Description |
---|---|
RunningLengthWord |
RunningLengthWord.clone() |
RunningLengthWord |
EWAHIterator.next()
Next running length word.
|
private RunningLengthWord |
ChunkIteratorImpl.nextRLW() |
RunningLengthWord |
ReverseEWAHIterator.previous()
Previous running length word.
|
Modifier and Type | Method and Description |
---|---|
void |
BufferedRunningLengthWord.reset(RunningLengthWord rlw)
Reset the values of this running length word so that it has the same
values as the other running length word.
|
private void |
ReverseIntIterator.setRLW(RunningLengthWord rlw) |
private void |
ChunkIteratorImpl.setRLW(RunningLengthWord rlw) |
private void |
IntIteratorImpl.setRunningLengthWord(RunningLengthWord rlw) |
private void |
ClearIntIterator.setRunningLengthWord(RunningLengthWord rlw) |
Constructor and Description |
---|
BufferedRunningLengthWord(RunningLengthWord rlw)
Instantiates a new buffered running length word.
|
EWAHIterator(int pointer,
RunningLengthWord rlw,
int size) |