Uses of Class
com.googlecode.javaewah32.symmetric.UpdateableBitmapFunction32
Packages that use UpdateableBitmapFunction32
-
Uses of UpdateableBitmapFunction32 in com.googlecode.javaewah32.symmetric
Subclasses of UpdateableBitmapFunction32 in com.googlecode.javaewah32.symmetricModifier and TypeClassDescriptionclassA threshold Boolean function returns true if the number of true values exceed a threshold.Methods in com.googlecode.javaewah32.symmetric with parameters of type UpdateableBitmapFunction32Modifier and TypeMethodDescriptionvoidEWAHPointer32.callbackUpdate(UpdateableBitmapFunction32 f)voidBitmapSymmetricAlgorithm32.symmetric(UpdateableBitmapFunction32 f, BitmapStorage32 out, EWAHCompressedBitmap32... set)Compute a Boolean symmetric query.voidRunningBitmapMerge32.symmetric(UpdateableBitmapFunction32 f, BitmapStorage32 out, EWAHCompressedBitmap32... set)