Uses of Interface
javaewah.BitmapStorage

Uses of BitmapStorage in javaewah
 

Classes in javaewah that implement BitmapStorage
 class BitCounter
          BitCounter is a fake bitset data structure.
 class EWAHCompressedBitmap
          This implements the patent-free(1) EWAH scheme.
 class NonEmptyVirtualStorage
          This is a BitmapStorage that can be used to determine quickly if the result of an operation is non-trivial...
 

Methods in javaewah with parameters of type BitmapStorage
 void IteratingBufferedRunningLengthWord.discharge(BitmapStorage container)
          Write out the remaining words
protected static void EWAHCompressedBitmap.discharge(BufferedRunningLengthWord initialWord, EWAHIterator iterator, BitmapStorage container)
          For internal use.
 void IteratingBufferedRunningLengthWord.writeDirtyWords(int numWords, BitmapStorage container)
          write the first N dirty words to the target bitmap.
 



Copyright © 2012. All Rights Reserved.