Package | Description |
---|---|
com.googlecode.javaewah32 |
Modifier and Type | Field and Description |
---|---|
private EWAHIterator32 |
IntIteratorImpl32.ewahIter |
private EWAHIterator32 |
ClearIntIterator32.ewahIter |
private EWAHIterator32 |
ChunkIteratorImpl32.ewahIter |
private EWAHIterator32 |
IteratingBufferedRunningLengthWord32.iterator |
Modifier and Type | Field and Description |
---|---|
private CloneableIterator<EWAHIterator32> |
BufferedIterator32.masterIterator |
Modifier and Type | Method and Description |
---|---|
EWAHIterator32 |
EWAHIterator32.clone() |
EWAHIterator32 |
EWAHCompressedBitmap32.getEWAHIterator()
Gets an EWAHIterator32 over the data.
|
static EWAHIterator32 |
EWAHIterator32.getEWAHIterator(EWAHCompressedBitmap32 bitmap)
Allow expert developers to instantiate an EWAHIterator.
|
EWAHIterator32 |
ORIt.next() |
EWAHIterator32 |
XORIt.next() |
EWAHIterator32 |
AndIt.next() |
Modifier and Type | Method and Description |
---|---|
protected static void |
IteratingBufferedRunningLengthWord32.discharge(BufferedRunningLengthWord32 initialWord,
EWAHIterator32 iterator,
BitmapStorage32 container)
For internal use.
|
Constructor and Description |
---|
ChunkIteratorImpl32(EWAHIterator32 ewahIter,
int sizeInBits) |
ClearIntIterator32(EWAHIterator32 ewahIter,
int sizeInBits) |
IntIteratorImpl32(EWAHIterator32 ewahIter) |
IteratingBufferedRunningLengthWord32(EWAHIterator32 iterator)
Instantiates a new iterating buffered running length word.
|
Constructor and Description |
---|
BufferedIterator32(CloneableIterator<EWAHIterator32> iterator)
Instantiates a new iterating buffered running length word.
|