Uses of Interface
org.roaringbitmap.PeekableShortIterator
-
Packages that use PeekableShortIterator 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 PeekableShortIterator in org.roaringbitmap
Subinterfaces of PeekableShortIterator in org.roaringbitmap Modifier and Type Interface Description interfacePeekableShortRankIteratorPeekableShortIterator that calculates the next value rank during iterationMethods in org.roaringbitmap that return PeekableShortIterator Modifier and Type Method Description PeekableShortIteratorPeekableShortIterator. clone()Creates a copy of the iterator.PeekableShortIteratorArrayContainer. getShortIterator()PeekableShortIteratorBitmapContainer. getShortIterator()static PeekableShortIteratorBitmapContainer. getShortIterator(long[] bitmap)Return a bitmap iterator over this arrayabstract PeekableShortIteratorContainer. getShortIterator()Iterator to visit the short values in the container in ascending order.PeekableShortIteratorRunContainer. getShortIterator() -
Uses of PeekableShortIterator in org.roaringbitmap.buffer
Methods in org.roaringbitmap.buffer that return PeekableShortIterator Modifier and Type Method Description PeekableShortIteratorMappeableArrayContainer. getShortIterator()PeekableShortIteratorMappeableBitmapContainer. getShortIterator()abstract PeekableShortIteratorMappeableContainer. getShortIterator()Iterator to visit the short values in the container in ascending order.PeekableShortIteratorMappeableRunContainer. getShortIterator()
-