Interface | Description |
---|---|
BitmapSymmetricAlgorithm |
Generic interface to compute symmetric Boolean functions.
|
Class | Description |
---|---|
EWAHPointer |
Wrapper around an IteratingBufferedRunningLengthWord used by the
RunningBitmapMerge class.
|
RunningBitmapMerge |
This is an implementation of the RunningBitmapMerge algorithm running on top
of JavaEWAH.
|
ThresholdFuncBitmap |
A threshold Boolean function returns true if the number of true values exceed
a threshold.
|
UpdateableBitmapFunction |
This is a Java specification for an "updatable" Boolean function meant to run
over EWAH bitmaps.
|
Copyright © 2016. All Rights Reserved.