|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpdateableBitmapFunction | |
---|---|
com.googlecode.javaewah.symmetric |
Uses of UpdateableBitmapFunction in com.googlecode.javaewah.symmetric |
---|
Subclasses of UpdateableBitmapFunction in com.googlecode.javaewah.symmetric | |
---|---|
class |
ThresholdFuncBitmap
A threshold Boolean function returns true if the number of true values exceed a threshold. |
Methods in com.googlecode.javaewah.symmetric with parameters of type UpdateableBitmapFunction | |
---|---|
void |
EWAHPointer.callbackUpdate(UpdateableBitmapFunction f)
|
void |
RunningBitmapMerge.symmetric(UpdateableBitmapFunction f,
BitmapStorage out,
EWAHCompressedBitmap... set)
|
void |
BitmapSymmetricAlgorithm.symmetric(UpdateableBitmapFunction f,
BitmapStorage out,
EWAHCompressedBitmap... set)
Compute a Boolean symmetric query. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |