| 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 |
ArrayContainer.getReverseShortIterator() |
ShortIterator |
BitmapContainer.getReverseShortIterator() |
ShortIterator |
RunContainer.getReverseShortIterator() |
abstract ShortIterator |
Container.getReverseShortIterator()
Iterator to visit the short values in the container in descending order.
|
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) |
| Constructor and Description |
|---|
RunContainer(ShortIterator sIt,
int nbrRuns) |
| 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) |
| Constructor and Description |
|---|
MappeableRunContainer(ShortIterator sIt,
int nbrRuns) |
Copyright © 2016. All Rights Reserved.