| 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. |
| org.roaringbitmap.longlong |
| Class and Description |
|---|
| ArrayContainer
Simple container made of an array of 16-bit integers
|
| BitmapContainer
Simple bitset-like container.
|
| BitmapDataProvider
Representing a general bitmap interface.
|
| BitmapDataProviderSupplier
Enable customizing the
BitmapDataProvider used by Roaring64NavigableMap |
| Container
Base container class.
|
| ContainerPointer
This interface allows you to iterate over the containers in a roaring bitmap.
|
| ImmutableBitmapDataProvider
Interface representing an immutable bitmap.
|
| IntConsumer
An IntConsumer receives the int values contained in a data structure.
|
| IntIterator
A simple iterator over integer values.
|
| PeekableIntIterator
Simple extension to the IntIterator interface.
|
| PeekableShortIterator
Simple extension to the ShortIterator interface
|
| 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).
|
| ShortIterator
Iterator over short values.
|
| Class and Description |
|---|
| ArrayContainer
Simple container made of an array of 16-bit integers
|
| BitmapContainer
Simple bitset-like container.
|
| BitmapDataProvider
Representing a general bitmap interface.
|
| BitmapDataProviderSupplier
Enable customizing the
BitmapDataProvider used by Roaring64NavigableMap |
| Container
Base container class.
|
| ImmutableBitmapDataProvider
Interface representing an immutable bitmap.
|
| IntConsumer
An IntConsumer receives the int values contained in a data structure.
|
| IntIterator
A simple iterator over integer values.
|
| PeekableIntIterator
Simple extension to the IntIterator interface.
|
| PeekableShortIterator
Simple extension to the ShortIterator interface
|
| RoaringBitmap
RoaringBitmap, a compressed alternative to the BitSet.
|
| RunContainer
This container takes the form of runs of consecutive values (effectively, run-length encoding).
|
| ShortIterator
Iterator over short values.
|
| Class and Description |
|---|
| BitmapDataProvider
Representing a general bitmap interface.
|
| BitmapDataProviderSupplier
Enable customizing the
BitmapDataProvider used by Roaring64NavigableMap |
Copyright © 2017. All rights reserved.