Uses of Interface
org.roaringbitmap.PeekableCharIterator
-
Packages that use PeekableCharIterator Package Description org.roaringbitmap The org.roaringbitmap package provides one class (RoaringBitmap
) that users can rely upon for fast set of integers.org.roaringbitmap.buffer The org.roaringbitmap.buffer package provides two classes (MutableRoaringBitmap
and (ImmutableRoaringBitmap
) that users can rely upon for fast set of integers.org.roaringbitmap.longlong 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.roaringbitmap Modifier and Type Interface Description interface
PeekableCharRankIterator
PeekableCharIterator that calculates the next value rank during iterationClasses in org.roaringbitmap that implement PeekableCharIterator Modifier and Type Class Description (package private) class
ArrayContainerCharIterator
(package private) class
BitmapContainerCharIterator
(package private) class
BitmapContainerCharRankIterator
(package private) class
ReverseArrayContainerCharIterator
(package private) class
ReverseBitmapContainerCharIterator
(package private) class
ReverseRunContainerCharIterator
(package private) class
RunContainerCharIterator
(package private) class
RunContainerCharRankIterator
Fields in org.roaringbitmap declared as PeekableCharIterator Modifier and Type Field Description private PeekableCharIterator
IntIteratorFlyweight. iter
private PeekableCharIterator
RoaringBitmap.RoaringIntIterator. iter
Methods in org.roaringbitmap that return PeekableCharIterator Modifier and Type Method Description PeekableCharIterator
BitmapContainerCharIterator. clone()
PeekableCharIterator
PeekableCharIterator. clone()
Creates a copy of the iterator.PeekableCharIterator
ReverseArrayContainerCharIterator. clone()
PeekableCharIterator
ReverseBitmapContainerCharIterator. clone()
PeekableCharIterator
ReverseRunContainerCharIterator. clone()
PeekableCharIterator
RunContainerCharIterator. clone()
PeekableCharIterator
ArrayContainer. getCharIterator()
PeekableCharIterator
BitmapContainer. getCharIterator()
abstract PeekableCharIterator
Container. getCharIterator()
Iterator to visit the char values in the container in ascending order.PeekableCharIterator
RunContainer. getCharIterator()
PeekableCharIterator
ArrayContainer. getReverseCharIterator()
PeekableCharIterator
BitmapContainer. getReverseCharIterator()
abstract PeekableCharIterator
Container. getReverseCharIterator()
Iterator to visit the char values in the container in descending order.PeekableCharIterator
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 PeekableCharIterator Modifier and Type Class Description (package private) class
MappeableArrayContainerCharIterator
(package private) class
MappeableBitmapContainerCharIterator
(package private) class
MappeableRunContainerCharIterator
(package private) class
RawArrayContainerCharIterator
(package private) class
RawMappeableRunContainerCharIterator
Fields in org.roaringbitmap.buffer declared as PeekableCharIterator Modifier and Type Field Description private PeekableCharIterator
BufferIntIteratorFlyweight. iter
private PeekableCharIterator
ImmutableRoaringBitmap.ImmutableRoaringIntIterator. iter
Methods in org.roaringbitmap.buffer that return PeekableCharIterator Modifier and Type Method Description PeekableCharIterator
MappeableArrayContainerCharIterator. clone()
PeekableCharIterator
MappeableBitmapContainerCharIterator. clone()
PeekableCharIterator
MappeableRunContainerCharIterator. clone()
PeekableCharIterator
RawArrayContainerCharIterator. clone()
PeekableCharIterator
RawMappeableRunContainerCharIterator. clone()
PeekableCharIterator
MappeableArrayContainer. getCharIterator()
PeekableCharIterator
MappeableBitmapContainer. getCharIterator()
abstract PeekableCharIterator
MappeableContainer. getCharIterator()
Iterator to visit the char values in the container in ascending order.PeekableCharIterator
MappeableRunContainer. getCharIterator()
-
Uses of PeekableCharIterator in org.roaringbitmap.longlong
Fields in org.roaringbitmap.longlong declared as PeekableCharIterator Modifier and Type Field Description private PeekableCharIterator
Roaring64Bitmap.PeekableIterator. charIterator
Methods in org.roaringbitmap.longlong that return PeekableCharIterator Modifier and Type Method Description (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)
-