| Package | Description |
|---|---|
| org.roaringbitmap | |
| org.roaringbitmap.buffer |
| Modifier and Type | Method and Description |
|---|---|
PeekableShortIterator |
PeekableShortIterator.clone()
Creates a copy of the iterator.
|
PeekableShortIterator |
ArrayContainer.getShortIterator() |
PeekableShortIterator |
BitmapContainer.getShortIterator() |
PeekableShortIterator |
RunContainer.getShortIterator() |
abstract PeekableShortIterator |
Container.getShortIterator()
Iterator to visit the short values in the container in ascending order.
|
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 © 2016. All Rights Reserved.