Package | Description |
---|---|
com.googlecode.javaewah | |
com.googlecode.javaewah32 |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ChunkIteratorImpl
The ChunkIteratorImpl is the 64 bit implementation of the ChunkIterator
interface, which efficiently returns the chunks of ones and zeros represented by an
EWAHIterator.
|
Modifier and Type | Method and Description |
---|---|
ChunkIterator |
EWAHCompressedBitmap.chunkIterator()
Iterator over the chunk of bits.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ChunkIteratorImpl32
The ChunkIteratorImpl is the 32 bit implementation of the ChunkIterator
interface, which efficiently returns the chunks of ones and zeros represented by an
EWAHIterator.
|
Modifier and Type | Method and Description |
---|---|
ChunkIterator |
EWAHCompressedBitmap32.chunkIterator()
Iterator over the chunk of bits.
|