|
||||||||||
| 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 |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||