Package | Description |
---|---|
org.roaringbitmap.buffer |
The org.roaringbitmap.buffer package provides
two classes (
MutableRoaringBitmap and
(ImmutableRoaringBitmap ) that users
can rely upon for fast set of integers. |
Modifier and Type | Method and Description |
---|---|
MutableRoaringArray |
MutableRoaringArray.clone() |
MutableRoaringArray |
MutableRoaringBitmap.getMappeableRoaringArray() |
Modifier and Type | Method and Description |
---|---|
BiConsumer<MutableRoaringArray,Map.Entry<Short,List<MappeableContainer>>> |
BufferParallelAggregation.ContainerCollector.accumulator() |
BinaryOperator<MutableRoaringArray> |
BufferParallelAggregation.ContainerCollector.combiner() |
Function<MutableRoaringArray,MutableRoaringBitmap> |
BufferParallelAggregation.ContainerCollector.finisher() |
Supplier<MutableRoaringArray> |
BufferParallelAggregation.ContainerCollector.supplier() |
Constructor and Description |
---|
MutableRoaringBitmap(MutableRoaringArray highLowContainer) |
Copyright © 2018. All rights reserved.