public class FastAggregation extends 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 © 2017. All rights reserved.