Uses of Package
com.googlecode.javaewah

Packages that use com.googlecode.javaewah
com.googlecode.javaewah   
com.googlecode.javaewah.datastructure   
com.googlecode.javaewah.symmetric   
com.googlecode.javaewah32   
 

Classes in com.googlecode.javaewah used by com.googlecode.javaewah
BitmapStorage
          Low level bitset writing methods.
BufferedIterator
          This class can be used to iterate over blocks of bitmap data.
BufferedRunningLengthWord
          Mostly for internal use.
CloneableIterator
          Like a standard Java iterator, except that you can clone it.
EWAHCompressedBitmap
           This implements the patent-free(1) EWAH scheme.
EWAHIterator
          The class EWAHIterator represents a special type of efficient iterator iterating over (uncompressed) words of bits.
IntIterator
          The IntIterator interface is used to iterate over a stream of integers.
IteratingBufferedRunningLengthWord
          Mostly for internal use.
IteratingRLW
          High-level iterator over a compressed bitmap.
LogicalElement
          A prototypical model for bitmaps.
RunningLengthWord
          Mostly for internal use.
 

Classes in com.googlecode.javaewah used by com.googlecode.javaewah.datastructure
IntIterator
          The IntIterator interface is used to iterate over a stream of integers.
 

Classes in com.googlecode.javaewah used by com.googlecode.javaewah.symmetric
BitmapStorage
          Low level bitset writing methods.
EWAHCompressedBitmap
           This implements the patent-free(1) EWAH scheme.
IteratingBufferedRunningLengthWord
          Mostly for internal use.
 

Classes in com.googlecode.javaewah used by com.googlecode.javaewah32
CloneableIterator
          Like a standard Java iterator, except that you can clone it.
IntIterator
          The IntIterator interface is used to iterate over a stream of integers.
LogicalElement
          A prototypical model for bitmaps.
 



Copyright © 2014. All Rights Reserved.