| 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 | Interface and Description |
|---|---|
interface |
PeekableShortIterator
Simple extension to the ShortIterator interface
|
| Modifier and Type | Method and Description |
|---|---|
ShortIterator |
ShortIterator.clone()
Creates a copy of the iterator.
|
ShortIterator |
ArrayContainer.getReverseShortIterator() |
abstract ShortIterator |
Container.getReverseShortIterator()
Iterator to visit the short values in the container in descending order.
|
ShortIterator |
BitmapContainer.getReverseShortIterator() |
ShortIterator |
RunContainer.getReverseShortIterator() |
static ShortIterator |
BitmapContainer.getReverseShortIterator(long[] bitmap)
Return a bitmap iterator over this array
|
| Modifier and Type | Method and Description |
|---|---|
protected Container |
ArrayContainer.or(ShortIterator it) |
static int |
Util.unsignedDifference(ShortIterator set1,
ShortIterator set2,
short[] buffer)
Compute the difference between two sorted lists and write the result to the provided output
array
|
protected Container |
ArrayContainer.xor(ShortIterator it) |
| Modifier and Type | Method and Description |
|---|---|
ShortIterator |
MappeableBitmapContainer.getReverseShortIterator() |
abstract ShortIterator |
MappeableContainer.getReverseShortIterator()
Iterator to visit the short values in the container in descending order.
|
ShortIterator |
MappeableArrayContainer.getReverseShortIterator() |
ShortIterator |
MappeableRunContainer.getReverseShortIterator() |
| Modifier and Type | Method and Description |
|---|---|
protected MappeableContainer |
MappeableArrayContainer.or(ShortIterator it) |
protected MappeableContainer |
MappeableArrayContainer.xor(ShortIterator it) |
Copyright © 2017. All rights reserved.