BitmapStorage |
Low level bitset writing methods.
|
BufferedIterator |
This class can be used to iterate over blocks of bitmap data.
|
BufferedRunningLengthWord |
Mostly for internal use.
|
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.
|
RunningLengthWord |
Mostly for internal use.
|