Package com.googlecode.javaewah
package com.googlecode.javaewah
-
ClassDescriptionBitCounter is a fake bitset data structure.Low level bitset writing methods.This class can be used to iterate over blocks of bitmap data.Mostly for internal use.The ChunkIterator interface is used to iterate over chunks of ones or zeros.Like a standard Java iterator, except that you can clone it.This implements the patent-free(1) EWAH scheme.The class EWAHIterator represents a special type of efficient iterator iterating over (uncompressed) words of bits.Fast algorithms to aggregate many bitmaps.The IntIterator interface is used to iterate over a stream of integers.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 iteratorsA prototypical model for bitmaps.This is a BitmapStorage that can be used to determine quickly if the result of an operation is non-trivial... that is, whether there will be at least on set bit.Mostly for internal use.