Uses of Interface
org.roaringbitmap.IntIterator
Packages that use IntIterator
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 IntIterator in org.roaringbitmap
Subinterfaces of IntIterator in org.roaringbitmapModifier and TypeInterfaceDescriptioninterface
Simple extension to the IntIterator interface.interface
PeekableIntIterator that calculates the next value rank during iterationClasses in org.roaringbitmap that implement IntIteratorModifier and TypeClassDescriptionclass
Wraps a batch iterator for use as an IntIteratorclass
Fast iterator minimizing the stress on the garbage collector.class
Fast iterator minimizing the stress on the garbage collector.Methods in org.roaringbitmap that return IntIteratorModifier and TypeMethodDescriptiondefault IntIterator
BatchIterator.asIntIterator
(int[] buffer) Creates a wrapper around the iterator so it behaves like an IntIteratorBatchIntIterator.clone()
IntIterator.clone()
Creates a copy of the iterator.ReverseIntIteratorFlyweight.clone()
ImmutableBitmapDataProvider.getReverseIntIterator()
RoaringBitmap.getReverseIntIterator()
Constructors in org.roaringbitmap with parameters of type IntIterator -
Uses of IntIterator in org.roaringbitmap.buffer
Classes in org.roaringbitmap.buffer that implement IntIteratorModifier and TypeClassDescriptionclass
Fast iterator minimizing the stress on the garbage collector.class
Fast iterator minimizing the stress on the garbage collector.Methods in org.roaringbitmap.buffer that return IntIteratorModifier and TypeMethodDescriptionBufferReverseIntIteratorFlyweight.clone()
ImmutableRoaringBitmap.getReverseIntIterator()