Package com.googlecode.javaewah32
package com.googlecode.javaewah32
-
ClassDescriptionBitCounter is a fake bitset data structure.Low level bitset writing methods.Buffer interface.This class can be used to iterate over blocks of bitmap data.Mostly for internal use.The ChunkIteratorImpl is the 32 bit implementation of the ChunkIterator interface, which efficiently returns the chunks of ones and zeros represented by an EWAHIterator.This class is equivalent to IntIteratorImpl, except that it allows use to iterate over "clear" bits (bits set to 0).This implements the patent-free EWAH scheme.The class EWAHIterator represents a special type of efficient iterator iterating over (uncompressed) words of bits.Fast algorithms to aggregate many bitmaps.Int array wrapper.java.nio.IntBuffer wrapper.The IntIteratorImpl32 is the 32 bit implementation of the IntIterator interface, which efficiently returns the stream of integers represented by an EWAHIterator32.Implementation of an IntIterator over an IteratingRLW.Mostly for internal use.High-level iterator over a compressed bitmap.Set of helper functions to aggregate bitmaps.Convenience functions for working over iteratorsThis is a BitmapStorage that can be used to determine quickly if the result of an operation is non-trivial...The class ReverseEWAHIterator32 represents a special type of efficient iterator iterating over (uncompressed) words of bits in reverse order.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.Mostly for internal use.