Uses of Class
com.googlecode.javaewah.symmetric.UpdateableBitmapFunction
-
Packages that use UpdateableBitmapFunction Package Description com.googlecode.javaewah.symmetric -
-
Uses of UpdateableBitmapFunction in com.googlecode.javaewah.symmetric
Subclasses of UpdateableBitmapFunction in com.googlecode.javaewah.symmetric Modifier and Type Class Description classThresholdFuncBitmapA 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 Modifier and Type Method Description voidEWAHPointer. callbackUpdate(UpdateableBitmapFunction f)voidBitmapSymmetricAlgorithm. symmetric(UpdateableBitmapFunction f, BitmapStorage out, EWAHCompressedBitmap... set)Compute a Boolean symmetric query.voidRunningBitmapMerge. symmetric(UpdateableBitmapFunction f, BitmapStorage out, EWAHCompressedBitmap... set)
-