public class FastAggregation
extends java.lang.Object
| Constructor and Description |
|---|
FastAggregation() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends LogicalElement> |
and(T... bitmaps) |
static <T extends LogicalElement> |
or(T... bitmaps) |
static <T extends LogicalElement> |
xor(T... bitmaps) |
public static <T extends LogicalElement> T and(T... bitmaps)
public static <T extends LogicalElement> T or(T... bitmaps)
public static <T extends LogicalElement> T xor(T... bitmaps)
Copyright © 2013. All Rights Reserved.