Uses of Class
com.googlecode.javaewah.symmetric.UpdateableBitmapFunction
Packages that use UpdateableBitmapFunction
-
Uses of UpdateableBitmapFunction in com.googlecode.javaewah.symmetric
Subclasses of UpdateableBitmapFunction in com.googlecode.javaewah.symmetricModifier and TypeClassDescriptionfinal class
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 UpdateableBitmapFunctionModifier and TypeMethodDescriptionvoid
EWAHPointer.callbackUpdate
(UpdateableBitmapFunction f) void
BitmapSymmetricAlgorithm.symmetric
(UpdateableBitmapFunction f, BitmapStorage out, EWAHCompressedBitmap... set) Compute a Boolean symmetric query.void
RunningBitmapMerge.symmetric
(UpdateableBitmapFunction f, BitmapStorage out, EWAHCompressedBitmap... set)