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 TypeInterfaceDescriptioninterfaceSimple extension to the IntIterator interface.interfacePeekableIntIterator that calculates the next value rank during iterationClasses in org.roaringbitmap that implement IntIteratorModifier and TypeClassDescriptionclassWraps a batch iterator for use as an IntIteratorclassFast iterator minimizing the stress on the garbage collector.classFast iterator minimizing the stress on the garbage collector.Methods in org.roaringbitmap that return IntIteratorModifier and TypeMethodDescriptiondefault IntIteratorBatchIterator.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 TypeClassDescriptionclassFast iterator minimizing the stress on the garbage collector.classFast iterator minimizing the stress on the garbage collector.Methods in org.roaringbitmap.buffer that return IntIteratorModifier and TypeMethodDescriptionBufferReverseIntIteratorFlyweight.clone()ImmutableRoaringBitmap.getReverseIntIterator()