| Package | Description |
|---|---|
| com.googlecode.javaewah32 |
| Modifier and Type | Field and Description |
|---|---|
private RunningLengthWord32 |
EWAHCompressedBitmap32.rlw
The current (last) running length word.
|
(package private) RunningLengthWord32 |
EWAHIterator32.rlw
The current running length word.
|
protected RunningLengthWord32 |
ReverseEWAHIterator32.rlw
The current running length word.
|
| Modifier and Type | Method and Description |
|---|---|
RunningLengthWord32 |
RunningLengthWord32.clone() |
RunningLengthWord32 |
EWAHIterator32.next()
Next running length word.
|
private RunningLengthWord32 |
ChunkIteratorImpl32.nextRLW() |
RunningLengthWord32 |
ReverseEWAHIterator32.previous()
Previous running length word.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BufferedRunningLengthWord32.reset(RunningLengthWord32 rlw)
Reset the values of this running length word so that it has the same
values as the other running length word.
|
private void |
ChunkIteratorImpl32.setRLW(RunningLengthWord32 rlw) |
private void |
ReverseIntIterator32.setRLW(RunningLengthWord32 rlw) |
private void |
ClearIntIterator32.setRunningLengthWord(RunningLengthWord32 rlw) |
private void |
IntIteratorImpl32.setRunningLengthWord(RunningLengthWord32 rlw) |
| Constructor and Description |
|---|
BufferedRunningLengthWord32(RunningLengthWord32 rlw)
Instantiates a new buffered running length word.
|
EWAHIterator32(int pointer,
RunningLengthWord32 rlw,
int size) |