Uses of Interface
org.roaringbitmap.PeekableIntIterator
-
Packages that use PeekableIntIterator 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 PeekableIntIterator in org.roaringbitmap
Subinterfaces of PeekableIntIterator in org.roaringbitmap Modifier and Type Interface Description interfacePeekableIntRankIteratorPeekableIntIterator that calculates the next value rank during iterationClasses in org.roaringbitmap that implement PeekableIntIterator Modifier and Type Class Description classIntIteratorFlyweightFast iterator minimizing the stress on the garbage collector.Methods in org.roaringbitmap that return PeekableIntIterator Modifier and Type Method Description PeekableIntIteratorIntIteratorFlyweight. clone()PeekableIntIteratorPeekableIntIterator. clone()Creates a copy of the iterator.PeekableIntIteratorImmutableBitmapDataProvider. getIntIterator()For better performance, consider the Use theforEachmethod.PeekableIntIteratorRoaringBitmap. getIntIterator()For better performance, consider the Use theforEachmethod. -
Uses of PeekableIntIterator in org.roaringbitmap.buffer
Classes in org.roaringbitmap.buffer that implement PeekableIntIterator Modifier and Type Class Description classBufferIntIteratorFlyweightFast iterator minimizing the stress on the garbage collector.Methods in org.roaringbitmap.buffer that return PeekableIntIterator Modifier and Type Method Description PeekableIntIteratorBufferIntIteratorFlyweight. clone()PeekableIntIteratorImmutableRoaringBitmap. getIntIterator()For better performance, consider the Use theforEachmethod.
-