Package com.googlecode.javaewah

Interface Summary
BitmapStorage Low level bitset writing methods.
CloneableIterator<E> Like a standard Java iterator, except that you can clone it.
IntIterator The IntIterator interface is used to iterate over a stream of integers.
IteratingRLW High-level iterator over a compressed bitmap.
LogicalElement<T> A prototypical model for bitmaps.
 

Class Summary
BitCounter BitCounter is a fake bitset data structure.
BufferedIterator This class can be used to iterate over blocks of bitmap data.
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.
IntIteratorOverIteratingRLW Implementation of an IntIterator over an IteratingRLW.
IteratingBufferedRunningLengthWord Mostly for internal use.
IteratorAggregation Set of helper functions to aggregate bitmaps.
IteratorUtil Convenience functions for working over iterators
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 © 2014. All Rights Reserved.