Uses of Interface
org.roaringbitmap.PeekableIntIterator
Packages that use PeekableIntIterator
Package
Description
The org.roaringbitmap package provides
one class (
RoaringBitmap
) that users
can rely upon for fast set of integers.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.roaringbitmapModifier and TypeInterfaceDescriptioninterface
PeekableIntIterator that calculates the next value rank during iterationClasses in org.roaringbitmap that implement PeekableIntIteratorModifier and TypeClassDescriptionclass
Fast iterator minimizing the stress on the garbage collector.Methods in org.roaringbitmap that return PeekableIntIteratorModifier and TypeMethodDescriptionIntIteratorFlyweight.clone()
PeekableIntIterator.clone()
Creates a copy of the iterator.ImmutableBitmapDataProvider.getIntIterator()
For better performance, consider using theforEach
method.RoaringBitmap.getIntIterator()
For better performance, consider using theforEach
method.ImmutableBitmapDataProvider.getSignedIntIterator()
RoaringBitmap.getSignedIntIterator()
-
Uses of PeekableIntIterator in org.roaringbitmap.buffer
Classes in org.roaringbitmap.buffer that implement PeekableIntIteratorModifier and TypeClassDescriptionclass
Fast iterator minimizing the stress on the garbage collector.Methods in org.roaringbitmap.buffer that return PeekableIntIteratorModifier and TypeMethodDescriptionBufferIntIteratorFlyweight.clone()
ImmutableRoaringBitmap.getIntIterator()
For better performance, consider the Use theforEach
method.ImmutableRoaringBitmap.getSignedIntIterator()