| Package | Description |
|---|---|
| org.roaringbitmap | |
| org.roaringbitmap.buffer |
| 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 |
RunContainer.getReverseShortIterator() |
abstract ShortIterator |
Container.getReverseShortIterator()
Iterator to visit the short values in the container in descending order.
|
ShortIterator |
BitmapContainer.getReverseShortIterator() |
ShortIterator |
ArrayContainer.getReverseShortIterator() |
static ShortIterator |
BitmapContainer.getReverseShortIterator(long[] bitmap)
Return a bitmap iterator over this array
|
ShortIterator |
RunContainer.getShortIterator() |
abstract ShortIterator |
Container.getShortIterator()
Iterator to visit the short values in the container in ascending order.
|
ShortIterator |
BitmapContainer.getShortIterator() |
ShortIterator |
ArrayContainer.getShortIterator() |
static ShortIterator |
BitmapContainer.getShortIterator(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) |
| Constructor and Description |
|---|
RunContainer(ShortIterator sIt,
int nbrRuns) |
| Modifier and Type | Method and Description |
|---|---|
ShortIterator |
MappeableRunContainer.getReverseShortIterator() |
abstract ShortIterator |
MappeableContainer.getReverseShortIterator()
Iterator to visit the short values in the container in descending order.
|
ShortIterator |
MappeableBitmapContainer.getReverseShortIterator() |
ShortIterator |
MappeableArrayContainer.getReverseShortIterator() |
ShortIterator |
MappeableRunContainer.getShortIterator() |
abstract ShortIterator |
MappeableContainer.getShortIterator()
Iterator to visit the short values in the container in ascending order.
|
ShortIterator |
MappeableBitmapContainer.getShortIterator() |
ShortIterator |
MappeableArrayContainer.getShortIterator() |
| Modifier and Type | Method and Description |
|---|---|
protected MappeableContainer |
MappeableArrayContainer.or(ShortIterator it) |
protected MappeableContainer |
MappeableArrayContainer.xor(ShortIterator it) |
| Constructor and Description |
|---|
MappeableRunContainer(ShortIterator sIt,
int nbrRuns) |
Copyright © 2015. All Rights Reserved.