| Package | Description |
|---|---|
| org.roaringbitmap | |
| org.roaringbitmap.buffer |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BitmapDataProvider
Representing a general bitmap interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RoaringBitmap
RoaringBitmap, a compressed alternative to the BitSet.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableBitmapDataProvider |
ImmutableBitmapDataProvider.limit(int x)
Create a new bitmap of the same class, containing at most maxcardinality integers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableRoaringBitmap
ImmutableRoaringBitmap provides a compressed immutable (cannot be modified)
bitmap.
|
class |
MutableRoaringBitmap
MutableRoaringBitmap, a compressed alternative to the BitSet.
|
Copyright © 2015. All Rights Reserved.