| Package | Description |
|---|---|
| org.roaringbitmap |
The org.roaringbitmap package provides
one class (
RoaringBitmap) that users
can rely upon for fast set of integers. |
| org.roaringbitmap.buffer |
The org.roaringbitmap.buffer package provides
two classes (
MutableRoaringBitmap and
(ImmutableRoaringBitmap) that users
can rely upon for fast set of integers. |
| org.roaringbitmap.longlong |
| Modifier and Type | Class and Description |
|---|---|
class |
FastRankRoaringBitmap
This extends
RoaringBitmap to provide better performance for .rank and .select
operations, at the cost of maintain a cache of cardinalities. |
class |
RoaringBitmap
RoaringBitmap, a compressed alternative to the BitSet.
|
| Modifier and Type | Method and Description |
|---|---|
BitmapDataProvider |
BitmapDataProviderSupplier.newEmpty() |
BitmapDataProvider |
RoaringBitmapSupplier.newEmpty() |
| Modifier and Type | Class and Description |
|---|---|
class |
MutableRoaringBitmap
MutableRoaringBitmap, a compressed alternative to the BitSet.
|
| Modifier and Type | Method and Description |
|---|---|
BitmapDataProvider |
MutableRoaringBitmapSupplier.newEmpty() |
| Modifier and Type | Method and Description |
|---|---|
protected LongIterator |
Roaring64NavigableMap.toIterator(Iterator<Map.Entry<Integer,BitmapDataProvider>> it,
boolean reversed) |
Copyright © 2017. All rights reserved.