Uses of Interface
org.roaringbitmap.PeekableIntRankIterator
-
Packages that use PeekableIntRankIterator Package Description org.roaringbitmap The org.roaringbitmap package provides one class (RoaringBitmap
) that users can rely upon for fast set of integers. -
-
Uses of PeekableIntRankIterator in org.roaringbitmap
Methods in org.roaringbitmap that return PeekableIntRankIterator Modifier and Type Method Description PeekableIntRankIterator
PeekableIntRankIterator. clone()
PeekableIntRankIterator
FastRankRoaringBitmap. getIntRankIterator()
Get a special iterator that allows .peekNextRank efficiently
-