Uses of Interface
com.googlecode.javaewah.BitmapStorage

Packages that use BitmapStorage
com.googlecode.javaewah   
 

Uses of BitmapStorage in com.googlecode.javaewah
 

Classes in com.googlecode.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 com.googlecode.javaewah with parameters of type BitmapStorage
 void IteratingBufferedRunningLengthWord.discharge(BitmapStorage container)
          Write out the remaining words
 long IteratingBufferedRunningLengthWord.discharge(BitmapStorage container, long max)
          Write out up to max words, returns how many were written
 void IteratingBufferedRunningLengthWord.dischargeAsEmpty(BitmapStorage container)
          Write out the remain words, transforming them to zeroes.
 long IteratingBufferedRunningLengthWord.dischargeNegated(BitmapStorage container, long max)
          Write out up to max words (negated), returns how many were written
 void IteratingBufferedRunningLengthWord.writeLiteralWords(int numWords, BitmapStorage container)
          write the first N literal words to the target bitmap.
 void IteratingBufferedRunningLengthWord.writeNegatedLiteralWords(int numWords, BitmapStorage container)
          write the first N literal words (negated) to the target bitmap.
 



Copyright © 2013. All Rights Reserved.