| 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. |
| Class and Description |
|---|
| ImmutableRoaringBitmap
ImmutableRoaringBitmap provides a compressed immutable (cannot be modified) bitmap.
|
| MappeableArrayContainer
Simple container made of an array of 16-bit integers.
|
| MappeableBitmapContainer
Simple bitset-like container.
|
| MappeableContainer
Base container class.
|
| MappeableRunContainer
This container takes the form of runs of consecutive values (effectively, run-length encoding).
|
| MutableRoaringBitmap
MutableRoaringBitmap, a compressed alternative to the BitSet.
|
| Class and Description |
|---|
| ImmutableRoaringArray
This is the underlying data structure for an ImmutableRoaringBitmap.
|
| ImmutableRoaringBitmap
ImmutableRoaringBitmap provides a compressed immutable (cannot be modified) bitmap.
|
| MappeableArrayContainer
Simple container made of an array of 16-bit integers.
|
| MappeableBitmapContainer
Simple bitset-like container.
|
| MappeableContainer
Base container class.
|
| MappeableContainerPointer
This interface allows you to iterate over the containers in a roaring bitmap.
|
| MappeableRunContainer
This container takes the form of runs of consecutive values (effectively, run-length encoding).
|
| MutableRoaringArray
Specialized array to store the containers used by a RoaringBitmap.
|
| MutableRoaringBitmap
MutableRoaringBitmap, a compressed alternative to the BitSet.
|
| PointableRoaringArray
Generic interface for the array underlying roaring bitmap classes.
|
Copyright © 2017. All rights reserved.