All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description AndIt 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.Buffer Buffer interface.Buffer32 Buffer interface.BufferedAndIterator 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.BufferedORIterator BufferedRunningLengthWord Mostly for internal use.BufferedRunningLengthWord32 Mostly for internal use.BufferedXORIterator ChunkIterator The ChunkIterator interface is used to iterate over chunks of ones or zeros.ChunkIteratorImpl The ChunkIteratorImpl is the 64 bit implementation of the ChunkIterator interface, which efficiently returns the chunks of ones and zeros represented by an EWAHIterator.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.ClearIntIterator This class is equivalent to IntIteratorImpl, except that it allows use to iterate over "clear" bits (bits set to 0).ClearIntIterator32 This class is equivalent to IntIteratorImpl, except that it allows use to iterate over "clear" bits (bits set to 0).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.IntArray Int array wrapper.IntBufferWrapper java.nio.IntBuffer wrapper.IntIterator The IntIterator interface is used to iterate over a stream of integers.IntIteratorImpl The IntIteratorImpl is the 64 bit implementation of the IntIterator interface, which efficiently returns the stream of integers represented by an EWAHIterator.IntIteratorImpl32 The IntIteratorImpl32 is the 32 bit implementation of the IntIterator interface, which efficiently returns the stream of integers represented by an EWAHIterator32.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.LongArray Long array wrapper.LongBufferWrapper java.nio.LongBuffer wrapper.NonEmptyVirtualStorage This is a BitmapStorage that can be used to determine quickly if the result of an operation is non-trivial...NonEmptyVirtualStorage.NonEmptyException NonEmptyVirtualStorage32 This is a BitmapStorage that can be used to determine quickly if the result of an operation is non-trivial...NonEmptyVirtualStorage32.NonEmptyException ORIt PriorityQ<T> Special-purpose priority queue.ReverseEWAHIterator The class ReverseEWAHIterator represents a special type of efficient iterator iterating over (uncompressed) words of bits in reverse order.ReverseEWAHIterator32 The class ReverseEWAHIterator32 represents a special type of efficient iterator iterating over (uncompressed) words of bits in reverse order.ReverseIntIterator The ReverseIntIterator is the 64 bit implementation of the IntIterator interface, which efficiently returns the stream of integers represented by a ReverseEWAHIterator 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.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.WordArray XORIt