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 TypeInterfaceDescriptioninterfacePeekableCharIterator 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 PeekableCharIteratorContainer.getCharIterator()Iterator to visit the char values in the container in ascending order.RunContainer.getCharIterator()ArrayContainer.getReverseCharIterator()BitmapContainer.getReverseCharIterator()abstract PeekableCharIteratorContainer.getReverseCharIterator()Iterator to visit the char values in the container in descending order.RunContainer.getReverseCharIterator()static PeekableCharIteratorBitmapContainer.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 PeekableCharIteratorMappeableContainer.getCharIterator()Iterator to visit the char values in the container in ascending order.MappeableRunContainer.getCharIterator()