Interface | Description |
---|---|
BitmapStorage |
Low level bitset writing methods.
|
IntIterator |
The IntIterator interface is used to iterate over a stream of integers.
|
LogicalElement<T> |
A prototypical model for bitmaps.
|
Class | Description |
---|---|
BitCounter |
BitCounter is a fake bitset data structure.
|
BufferedRunningLengthWord |
Mostly for internal use.
|
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.
|
FastAggregation |
Fast algorithms to aggregate many bitmaps.
|
IteratingBufferedRunningLengthWord |
Mostly for internal use.
|
NonEmptyVirtualStorage |
This is a BitmapStorage that can be used to determine quickly if the result
of an operation is non-trivial...
|
RunningLengthWord |
Mostly for internal use.
|
Copyright © 2017. All rights reserved.