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 (MutableRoaringBitmapand (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 interfacePeekableCharRankIteratorPeekableCharIterator that calculates the next value rank during iterationMethods in org.roaringbitmap that return PeekableCharIterator Modifier and Type Method Description PeekableCharIteratorPeekableCharIterator. clone()Creates a copy of the iterator.PeekableCharIteratorArrayContainer. getCharIterator()PeekableCharIteratorBitmapContainer. getCharIterator()abstract PeekableCharIteratorContainer. getCharIterator()Iterator to visit the char values in the container in ascending order.PeekableCharIteratorRunContainer. getCharIterator()PeekableCharIteratorArrayContainer. getReverseCharIterator()PeekableCharIteratorBitmapContainer. getReverseCharIterator()abstract PeekableCharIteratorContainer. getReverseCharIterator()Iterator to visit the char values in the container in descending order.PeekableCharIteratorRunContainer. 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 PeekableCharIterator Modifier and Type Method Description PeekableCharIteratorMappeableArrayContainer. getCharIterator()PeekableCharIteratorMappeableBitmapContainer. getCharIterator()abstract PeekableCharIteratorMappeableContainer. getCharIterator()Iterator to visit the char values in the container in ascending order.PeekableCharIteratorMappeableRunContainer. getCharIterator()
-