Uses of Interface
org.roaringbitmap.PeekableCharIterator
Packages that use PeekableCharIterator
Package
Description
The org.roaringbitmap package provides
one class (
RoaringBitmap
) that users
can rely upon for fast set of integers.The org.roaringbitmap.buffer package provides
two classes (
MutableRoaringBitmap
and
(ImmutableRoaringBitmap
) that users
can rely upon for fast set of integers.-
Uses of PeekableCharIterator in org.roaringbitmap
Subinterfaces of PeekableCharIterator in org.roaringbitmapModifier and TypeInterfaceDescriptioninterface
PeekableCharIterator that calculates the next value rank during iterationMethods in org.roaringbitmap that return PeekableCharIteratorModifier and TypeMethodDescriptionPeekableCharIterator.clone()
Creates a copy of the iterator.ArrayContainer.getCharIterator()
BitmapContainer.getCharIterator()
abstract PeekableCharIterator
Container.getCharIterator()
Iterator to visit the char values in the container in ascending order.RunContainer.getCharIterator()
ArrayContainer.getReverseCharIterator()
BitmapContainer.getReverseCharIterator()
abstract PeekableCharIterator
Container.getReverseCharIterator()
Iterator to visit the char values in the container in descending order.RunContainer.getReverseCharIterator()
static PeekableCharIterator
BitmapContainer.getShortIterator
(long[] bitmap) Return a bitmap iterator over this array -
Uses of PeekableCharIterator in org.roaringbitmap.buffer
Methods in org.roaringbitmap.buffer that return PeekableCharIteratorModifier and TypeMethodDescriptionMappeableArrayContainer.getCharIterator()
MappeableBitmapContainer.getCharIterator()
abstract PeekableCharIterator
MappeableContainer.getCharIterator()
Iterator to visit the char values in the container in ascending order.MappeableRunContainer.getCharIterator()