Package | Description |
---|---|
com.googlecode.javaewah | |
com.googlecode.javaewah32 |
Modifier and Type | Class and Description |
---|---|
class |
EWAHCompressedBitmap
This implements the patent-free(1) EWAH scheme.
|
Modifier and Type | Method and Description |
---|---|
static <T extends LogicalElement> |
FastAggregation.and(T... bitmaps) |
static <T extends LogicalElement> |
FastAggregation.or(T... bitmaps) |
static <T extends LogicalElement> |
FastAggregation.xor(T... bitmaps) |
Modifier and Type | Method and Description |
---|---|
LogicalElement |
LogicalElement.or(T le) |
Modifier and Type | Method and Description |
---|---|
static <T extends LogicalElement> |
FastAggregation.and(T... bitmaps) |
static <T extends LogicalElement> |
FastAggregation.or(T... bitmaps) |
static <T extends LogicalElement> |
FastAggregation.xor(T... bitmaps) |
Modifier and Type | Class and Description |
---|---|
class |
EWAHCompressedBitmap32
This implements the patent-free EWAH scheme.
|
Copyright © 2013. All Rights Reserved.