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 classThresholdFuncBitmap32A 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 voidEWAHPointer32. callbackUpdate(UpdateableBitmapFunction32 f)voidBitmapSymmetricAlgorithm32. symmetric(UpdateableBitmapFunction32 f, BitmapStorage32 out, EWAHCompressedBitmap32... set)Compute a Boolean symmetric query.voidRunningBitmapMerge32. symmetric(UpdateableBitmapFunction32 f, BitmapStorage32 out, EWAHCompressedBitmap32... set)
-