| Package | Description |
|---|---|
| org.roaringbitmap.buffer |
| 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.
|
| 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 © 2015. All Rights Reserved.