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 (MutableRoaringBitmap
and (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 interface
PeekableIntRankIterator
PeekableIntIterator that calculates the next value rank during iterationClasses in org.roaringbitmap that implement PeekableIntIterator Modifier and Type Class Description private class
FastRankRoaringBitmap.FastRoaringIntRankIterator
class
IntIteratorFlyweight
Fast iterator minimizing the stress on the garbage collector.private class
RoaringBitmap.RoaringIntIterator
Methods in org.roaringbitmap that return PeekableIntIterator Modifier and Type Method Description PeekableIntIterator
IntIteratorFlyweight. clone()
PeekableIntIterator
PeekableIntIterator. clone()
Creates a copy of the iterator.PeekableIntIterator
RoaringBitmap.RoaringIntIterator. clone()
PeekableIntIterator
ImmutableBitmapDataProvider. getIntIterator()
For better performance, consider the Use theforEach
method.PeekableIntIterator
RoaringBitmap. getIntIterator()
For better performance, consider the Use theforEach
method. -
Uses of PeekableIntIterator in org.roaringbitmap.buffer
Classes in org.roaringbitmap.buffer that implement PeekableIntIterator Modifier and Type Class Description class
BufferIntIteratorFlyweight
Fast iterator minimizing the stress on the garbage collector.private class
ImmutableRoaringBitmap.ImmutableRoaringIntIterator
Methods in org.roaringbitmap.buffer that return PeekableIntIterator Modifier and Type Method Description PeekableIntIterator
BufferIntIteratorFlyweight. clone()
PeekableIntIterator
ImmutableRoaringBitmap.ImmutableRoaringIntIterator. clone()
PeekableIntIterator
ImmutableRoaringBitmap. getIntIterator()
For better performance, consider the Use theforEach
method.
-