Package com.googlecode.javaewah.symmetric
package com.googlecode.javaewah.symmetric
-
Interface SummaryInterfaceDescriptionGeneric interface to compute symmetric Boolean functions.
-
Class SummaryClassDescriptionWrapper around an IteratingBufferedRunningLengthWord used by the RunningBitmapMerge class.This is an implementation of the RunningBitmapMerge algorithm running on top of JavaEWAH.A threshold Boolean function returns true if the number of true values exceed a threshold.This is a Java specification for an "updatable" Boolean function meant to run over EWAH bitmaps.