Package | Description |
---|---|
com.googlecode.javaewah | |
com.googlecode.javaewah.datastructure | |
com.googlecode.javaewah.symmetric | |
com.googlecode.javaewah32 |
Class and Description |
---|
BitmapStorage
Low level bitset writing methods.
|
Buffer
Buffer interface.
|
BufferedAndIterator |
BufferedIterator
This class can be used to iterate over blocks of bitmap data.
|
BufferedRunningLengthWord
Mostly for internal use.
|
BufferedXORIterator |
ChunkIterator
The ChunkIterator interface is used to iterate over chunks of ones or zeros.
|
CloneableIterator
Like a standard Java iterator, except that you can clone it.
|
EWAHCompressedBitmap
This implements the patent-free(1) EWAH scheme.
|
EWAHIterator
The class EWAHIterator represents a special type of efficient iterator
iterating over (uncompressed) words of bits.
|
IntIterator
The IntIterator interface is used to iterate over a stream of integers.
|
IteratingBufferedRunningLengthWord
Mostly for internal use.
|
IteratingRLW
High-level iterator over a compressed bitmap.
|
LogicalElement
A prototypical model for bitmaps.
|
LongArray
Long array wrapper.
|
LongBufferWrapper
java.nio.LongBuffer wrapper.
|
NonEmptyVirtualStorage.NonEmptyException |
ReverseEWAHIterator
The class ReverseEWAHIterator represents a special type of efficient iterator
iterating over (uncompressed) words of bits in reverse order.
|
RunningLengthWord
Mostly for internal use.
|
Class and Description |
---|
IntIterator
The IntIterator interface is used to iterate over a stream of integers.
|
Class and Description |
---|
BitmapStorage
Low level bitset writing methods.
|
EWAHCompressedBitmap
This implements the patent-free(1) EWAH scheme.
|
IteratingBufferedRunningLengthWord
Mostly for internal use.
|
Class and Description |
---|
ChunkIterator
The ChunkIterator interface is used to iterate over chunks of ones or zeros.
|
CloneableIterator
Like a standard Java iterator, except that you can clone it.
|
IntIterator
The IntIterator interface is used to iterate over a stream of integers.
|
LogicalElement
A prototypical model for bitmaps.
|