AndIt |
|
BitCounter32 |
BitCounter is a fake bitset data structure.
|
BufferedIterator32 |
This class can be used to iterate over blocks of bitmap data.
|
BufferedRunningLengthWord32 |
Mostly for internal use.
|
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.
|
ClearIntIterator32 |
This class is equivalent to IntIteratorImpl, except that it allows
use to iterate over "clear" bits (bits set to 0).
|
EWAHCompressedBitmap32 |
This implements the patent-free EWAH scheme.
|
EWAHIterator32 |
The class EWAHIterator represents a special type of efficient iterator
iterating over (uncompressed) words of bits.
|
FastAggregation32 |
Fast algorithms to aggregate many bitmaps.
|
IntArray |
Int array wrapper.
|
IntBufferWrapper |
java.nio.IntBuffer wrapper.
|
IntIteratorImpl32 |
The IntIteratorImpl32 is the 32 bit implementation of the IntIterator
interface, which efficiently returns the stream of integers represented by an
EWAHIterator32.
|
IntIteratorOverIteratingRLW32 |
Implementation of an IntIterator over an IteratingRLW.
|
IteratingBufferedRunningLengthWord32 |
Mostly for internal use.
|
IteratorAggregation32 |
Set of helper functions to aggregate bitmaps.
|
IteratorUtil32 |
Convenience functions for working over iterators
|
NonEmptyVirtualStorage32 |
This is a BitmapStorage that can be used to determine quickly if the result
of an operation is non-trivial...
|
ORIt |
|
ReverseEWAHIterator32 |
The class ReverseEWAHIterator32 represents a special type of efficient iterator
iterating over (uncompressed) words of bits in reverse order.
|
ReverseIntIterator32 |
The ReverseIntIterator32 is the 32 bit implementation of the IntIterator
interface, which efficiently returns the stream of integers represented by a
ReverseEWAHIterator32 in reverse order.
|
RunningLengthWord32 |
Mostly for internal use.
|
XORIt |
|