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.or(T... bitmaps)
Uses a priority queue to compute the or aggregate.
|
static <T extends LogicalElement> |
FastAggregation.xor(T... bitmaps)
Uses a priority queue to compute the xor aggregate.
|
Modifier and Type | Method and Description |
---|---|
static <T extends LogicalElement> |
FastAggregation.or(T... bitmaps)
Uses a priority queue to compute the or aggregate.
|
static <T extends LogicalElement> |
FastAggregation.xor(T... bitmaps)
Uses a priority queue to compute the xor aggregate.
|
Modifier and Type | Class and Description |
---|---|
class |
EWAHCompressedBitmap32
This implements the patent-free EWAH scheme.
|
Copyright © 2015. All Rights Reserved.