All Classes
-
All Classes Interface Summary Class Summary Class Description 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.BitmapSymmetricAlgorithm Generic interface to compute symmetric Boolean functions.BitmapSymmetricAlgorithm32 Generic interface to compute symmetric Boolean functions.BitSet This is an optimized version of Java's BitSet.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.ChunkIterator The ChunkIterator interface is used to iterate over chunks of ones or zeros.CloneableIterator<E> Like a standard Java iterator, except that you can clone it.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.EWAHPointer Wrapper around an IteratingBufferedRunningLengthWord used by the RunningBitmapMerge class.EWAHPointer32 Wrapper around an IteratingBufferedRunningLengthWord used by the RunningBitmapMerge class.FastAggregation Fast algorithms to aggregate many bitmaps.FastAggregation32 Fast algorithms to aggregate many bitmaps.ImmutableBitSet This is an immutable version of the BitSet class in this same package.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...PriorityQ<T> Special-purpose priority queue.RunningBitmapMerge This is an implementation of the RunningBitmapMerge algorithm running on top of JavaEWAH.RunningBitmapMerge32 This is an implementation of the RunningBitmapMerge algorithm running on top of JavaEWAH.RunningLengthWord Mostly for internal use.RunningLengthWord32 Mostly for internal use.ThresholdFuncBitmap A threshold Boolean function returns true if the number of true values exceed a threshold.ThresholdFuncBitmap32 A threshold Boolean function returns true if the number of true values exceed a threshold.UpdateableBitmapFunction This is a Java specification for an "updatable" Boolean function meant to run over EWAH bitmaps.UpdateableBitmapFunction32 This is a Java specification for an "updatable" Boolean function meant to run over EWAH bitmaps.