Package | Description |
---|---|
com.googlecode.javaewah |
Modifier and Type | Field and Description |
---|---|
private EWAHIterator |
IntIteratorImpl.ewahIter |
private EWAHIterator |
ChunkIteratorImpl.ewahIter |
private EWAHIterator |
ClearIntIterator.ewahIter |
private EWAHIterator |
IteratingBufferedRunningLengthWord.iterator |
Modifier and Type | Field and Description |
---|---|
private CloneableIterator<EWAHIterator> |
BufferedIterator.masterIterator |
Modifier and Type | Method and Description |
---|---|
EWAHIterator |
EWAHIterator.clone() |
EWAHIterator |
EWAHCompressedBitmap.getEWAHIterator()
Gets an EWAHIterator over the data.
|
static EWAHIterator |
EWAHIterator.getEWAHIterator(EWAHCompressedBitmap bitmap)
Allow expert developers to instantiate an EWAHIterator.
|
EWAHIterator |
BufferedORIterator.next() |
EWAHIterator |
BufferedXORIterator.next() |
EWAHIterator |
BufferedAndIterator.next() |
Modifier and Type | Method and Description |
---|---|
private static void |
IteratingBufferedRunningLengthWord.discharge(BufferedRunningLengthWord initialWord,
EWAHIterator iterator,
BitmapStorage container)
For internal use.
|
Constructor and Description |
---|
ChunkIteratorImpl(EWAHIterator ewahIter,
int sizeInBits) |
ClearIntIterator(EWAHIterator ewahIter,
int sizeInBits) |
IntIteratorImpl(EWAHIterator ewahIter) |
IteratingBufferedRunningLengthWord(EWAHIterator iterator)
Instantiates a new iterating buffered running length word.
|
Constructor and Description |
---|
BufferedIterator(CloneableIterator<EWAHIterator> iterator)
Instantiates a new iterating buffered running length word.
|