com.googlecode.javaewah
Class FastAggregation
java.lang.Object
com.googlecode.javaewah.FastAggregation
public class FastAggregation
- extends Object
Fast algorithms to aggregate many bitmaps.
These algorithms are just given as reference.
They may not be faster than the corresponding
methods in the EWAHCompressedBitmap class.
- Author:
- Daniel Lemire
Method Summary |
static
|
and(T... bitmaps)
|
static
|
or(T... bitmaps)
|
static
|
xor(T... bitmaps)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FastAggregation
public FastAggregation()
and
public static <T extends LogicalElement> T and(T... bitmaps)
or
public static <T extends LogicalElement> T or(T... bitmaps)
xor
public static <T extends LogicalElement> T xor(T... bitmaps)
Copyright © 2013. All Rights Reserved.