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.The org.roaringbitmap.longlong package provides
one class (
Roaring64NavigableMap
) that users
can rely upon for fast set of 64-bit integers.-
Uses of PeekableCharIterator in org.roaringbitmap
Subinterfaces of PeekableCharIterator in org.roaringbitmapModifier and TypeInterfaceDescriptioninterface
PeekableCharIterator that calculates the next value rank during iterationClasses in org.roaringbitmap that implement PeekableCharIteratorModifier and TypeClassDescription(package private) final class
(package private) class
(package private) final class
(package private) final class
(package private) final class
(package private) final class
(package private) class
(package private) class
Fields in org.roaringbitmap declared as PeekableCharIteratorModifier and TypeFieldDescriptionprivate PeekableCharIterator
IntIteratorFlyweight.iter
private PeekableCharIterator
RoaringBitmap.RoaringIntIterator.iter
Methods in org.roaringbitmap that return PeekableCharIteratorModifier and TypeMethodDescriptionBitmapContainerCharIterator.clone()
PeekableCharIterator.clone()
Creates a copy of the iterator.ReverseArrayContainerCharIterator.clone()
ReverseBitmapContainerCharIterator.clone()
ReverseRunContainerCharIterator.clone()
RunContainerCharIterator.clone()
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
Classes in org.roaringbitmap.buffer that implement PeekableCharIteratorModifier and TypeClassDescription(package private) final class
(package private) final class
(package private) final class
(package private) final class
(package private) final class
Fields in org.roaringbitmap.buffer declared as PeekableCharIteratorModifier and TypeFieldDescriptionprivate PeekableCharIterator
BufferIntIteratorFlyweight.iter
private PeekableCharIterator
ImmutableRoaringBitmap.ImmutableRoaringIntIterator.iter
Methods in org.roaringbitmap.buffer that return PeekableCharIteratorModifier and TypeMethodDescriptionMappeableArrayContainerCharIterator.clone()
MappeableBitmapContainerCharIterator.clone()
MappeableRunContainerCharIterator.clone()
RawArrayContainerCharIterator.clone()
RawMappeableRunContainerCharIterator.clone()
MappeableArrayContainer.getCharIterator()
MappeableBitmapContainer.getCharIterator()
abstract PeekableCharIterator
MappeableContainer.getCharIterator()
Iterator to visit the char values in the container in ascending order.MappeableRunContainer.getCharIterator()
-
Uses of PeekableCharIterator in org.roaringbitmap.longlong
Fields in org.roaringbitmap.longlong declared as PeekableCharIteratorModifier and TypeFieldDescriptionprivate PeekableCharIterator
Roaring64Bitmap.PeekableIterator.charIterator
Methods in org.roaringbitmap.longlong that return PeekableCharIteratorModifier and TypeMethodDescription(package private) PeekableCharIterator
Roaring64Bitmap.ForwardPeekableIterator.getIterator
(Container container) (package private) abstract PeekableCharIterator
Roaring64Bitmap.PeekableIterator.getIterator
(Container container) (package private) PeekableCharIterator
Roaring64Bitmap.ReversePeekableIterator.getIterator
(Container container)