Interface | Description |
---|---|
BitmapDataProvider | |
ImmutableBitmapDataProvider | |
IntIterator |
A simple iterator over integer values
|
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.
|
RoaringArray.Element | |
RoaringBitmap |
RoaringBitmap, a compressed alternative to the BitSet.
|
Util |
Various useful methods for roaring bitmaps.
|
Copyright © 2015. All Rights Reserved.