Uses of Class
com.googlecode.javaewah32.symmetric.UpdateableBitmapFunction32
-
Packages that use UpdateableBitmapFunction32 Package Description com.googlecode.javaewah32.symmetric -
-
Uses of UpdateableBitmapFunction32 in com.googlecode.javaewah32.symmetric
Subclasses of UpdateableBitmapFunction32 in com.googlecode.javaewah32.symmetric Modifier and Type Class Description class
ThresholdFuncBitmap32
A threshold Boolean function returns true if the number of true values exceed a threshold.Methods in com.googlecode.javaewah32.symmetric with parameters of type UpdateableBitmapFunction32 Modifier and Type Method Description void
EWAHPointer32. callbackUpdate(UpdateableBitmapFunction32 f)
void
BitmapSymmetricAlgorithm32. symmetric(UpdateableBitmapFunction32 f, BitmapStorage32 out, EWAHCompressedBitmap32... set)
Compute a Boolean symmetric query.void
RunningBitmapMerge32. symmetric(UpdateableBitmapFunction32 f, BitmapStorage32 out, EWAHCompressedBitmap32... set)
-