| Interface | Description |
|---|---|
| BitmapDataProvider |
Representing a general bitmap interface.
|
| ImmutableBitmapDataProvider |
Interface representing an immutable bitmap.
|
| IntIterator |
A simple iterator over integer values
|
| PeekableShortIterator |
Simple extension to the ShortIterator interface
|
| ShortIterator |
Iterator over short values.
|
| Class | Description |
|---|---|
| ArrayContainer |
Simple container made of an array of 16-bit integers
|
| BitmapContainer |
Simple bitset-like container.
|
| Container |
Base container class.
|
| FastAggregation |
Fast algorithms to aggregate many bitmaps.
|
| IntIteratorFlyweight |
Fast iterator minimizing the stress on the garbage collector.
|
| ReverseIntIteratorFlyweight |
Fast iterator minimizing the stress on the garbage collector.
|
| RoaringArray |
Specialized array to store the containers used by a RoaringBitmap.
|
| RoaringBitmap |
RoaringBitmap, a compressed alternative to the BitSet.
|
| RunContainer |
This container takes the form of runs of consecutive values (effectively,
run-length encoding).
|
| Util |
Various useful methods for roaring bitmaps.
|
Copyright © 2015. All Rights Reserved.