| Interface | Description |
|---|---|
| PointableRoaringArray |
Generic interface for the array underlying roaring bitmap classes.
|
| Class | Description |
|---|---|
| BufferFastAggregation |
Fast algorithms to aggregate many bitmaps.
|
| BufferIntIteratorFlyweight |
Fast iterator minimizing the stress on the garbage collector.
|
| BufferReverseIntIteratorFlyweight |
Fast iterator minimizing the stress on the garbage collector.
|
| BufferUtil |
Various useful methods for roaring bitmaps.
|
| 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.
|
Copyright © 2015. All Rights Reserved.