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. -
-
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 iterationMethods in org.roaringbitmap that return PeekableCharIterator Modifier and Type Method Description PeekableCharIterator
PeekableCharIterator. clone()
Creates a copy of the iterator.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
Methods in org.roaringbitmap.buffer that return PeekableCharIterator Modifier and Type Method Description 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()
-