All Classes
-
All Classes Interface Summary Class Summary Class Description Benchmark This class is used to benchmark the performance EWAH.Benchmark32 This class is used to benchmark the performance EWAH.BenchmarkIntersection To benchmark the logical and (intersection) aggregate.BenchmarkIntersection32 To benchmark the logical and (intersection) aggregate.BenchmarkUnion To benchmark the logical or (union) aggregate.BenchmarkUnion32 To benchmark the logical or (union) aggregate.BenchmarkXOR To benchmark the logical xor aggregate.BenchmarkXOR32 To benchmark the logical xor aggregate.BitCounter BitCounter is a fake bitset data structure.BitCounter32 BitCounter is a fake bitset data structure.BitmapStorage Low level bitset writing methods.BitmapStorage32 Low level bitset writing methods.BufferedIterator This class can be used to iterate over blocks of bitmap data.BufferedIterator32 This class can be used to iterate over blocks of bitmap data.BufferedRunningLengthWord Mostly for internal use.BufferedRunningLengthWord32 Mostly for internal use.CloneableIterator<E> Like a standard Java iterator, except that you can clone it.ClusteredDataGenerator This class will generate lists of random integers with a "clustered" distribution.EWAHCompressedBitmap This implements the patent-free(1) EWAH scheme.EWAHCompressedBitmap32 This implements the patent-free EWAH scheme.EWAHIterator The class EWAHIterator represents a special type of efficient iterator iterating over (uncompressed) words of bits.EWAHIterator32 The class EWAHIterator represents a special type of efficient iterator iterating over (uncompressed) words of bits.FastAggregation Fast algorithms to aggregate many bitmaps.FastAggregation32 Fast algorithms to aggregate many bitmaps.IntIterator The IntIterator interface is used to iterate over a stream of integers.IntIteratorOverIteratingRLW Implementation of an IntIterator over an IteratingRLW.IntIteratorOverIteratingRLW32 Implementation of an IntIterator over an IteratingRLW.IteratingBufferedRunningLengthWord Mostly for internal use.IteratingBufferedRunningLengthWord32 Mostly for internal use.IteratingRLW High-level iterator over a compressed bitmap.IteratingRLW32 High-level iterator over a compressed bitmap.IteratorAggregation Set of helper functions to aggregate bitmaps.IteratorAggregation32 Set of helper functions to aggregate bitmaps.IteratorUtil Convenience functions for working over iteratorsIteratorUtil32 Convenience functions for working over iteratorsLogicalElement<T> A prototypical model for bitmaps.NonEmptyVirtualStorage This is a BitmapStorage that can be used to determine quickly if the result of an operation is non-trivial...NonEmptyVirtualStorage32 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.RunningLengthWord32 Mostly for internal use.UniformDataGenerator This class will generate "uniform" lists of random integers.