|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
EWAHCompressedBitmap.andNotToContainer(EWAHCompressedBitmap a,
BitmapStorage container)
Returns a new compressed bitmap containing the bitwise AND NOT values of the current bitmap with some other bitmap. |
void |
EWAHCompressedBitmap.andToContainer(EWAHCompressedBitmap a,
BitmapStorage container)
Computes new compressed bitmap containing the bitwise AND values of the current bitmap with some other bitmap. |
static void |
EWAHCompressedBitmap.andWithContainer(BitmapStorage container,
EWAHCompressedBitmap... bitmaps)
For internal use. |
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 |
EWAHCompressedBitmap.orToContainer(EWAHCompressedBitmap a,
BitmapStorage container)
Computes the bitwise or between the current bitmap and the bitmap "a". |
static void |
EWAHCompressedBitmap.orWithContainer(BitmapStorage container,
EWAHCompressedBitmap... bitmaps)
For internal use. |
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. |
void |
EWAHCompressedBitmap.xorToContainer(EWAHCompressedBitmap a,
BitmapStorage container)
Computes a new compressed bitmap containing the bitwise XOR values of the current bitmap with some other bitmap. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |