| 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. |
| Modifier and Type | Method and Description |
|---|---|
PeekableShortIterator |
PeekableShortIterator.clone()
Creates a copy of the iterator.
|
PeekableShortIterator |
ArrayContainer.getShortIterator() |
abstract PeekableShortIterator |
Container.getShortIterator()
Iterator to visit the short values in the container in ascending order.
|
PeekableShortIterator |
BitmapContainer.getShortIterator() |
PeekableShortIterator |
RunContainer.getShortIterator() |
static PeekableShortIterator |
BitmapContainer.getShortIterator(long[] bitmap)
Return a bitmap iterator over this array
|
| Modifier and Type | Method and Description |
|---|---|
PeekableShortIterator |
MappeableBitmapContainer.getShortIterator() |
abstract PeekableShortIterator |
MappeableContainer.getShortIterator()
Iterator to visit the short values in the container in ascending order.
|
PeekableShortIterator |
MappeableArrayContainer.getShortIterator() |
PeekableShortIterator |
MappeableRunContainer.getShortIterator() |
Copyright © 2017. All rights reserved.