Uses of Interface
org.roaringbitmap.IntIterator
-
Packages that use IntIterator 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 IntIterator in org.roaringbitmap
Subinterfaces of IntIterator in org.roaringbitmap Modifier and Type Interface Description interfacePeekableIntIteratorSimple extension to the IntIterator interface.interfacePeekableIntRankIteratorPeekableIntIterator that calculates the next value rank during iterationClasses in org.roaringbitmap that implement IntIterator Modifier and Type Class Description classBatchIntIteratorWraps a batch iterator for use as an IntIteratorclassIntIteratorFlyweightFast iterator minimizing the stress on the garbage collector.classReverseIntIteratorFlyweightFast iterator minimizing the stress on the garbage collector.Methods in org.roaringbitmap that return IntIterator Modifier and Type Method Description default IntIteratorBatchIterator. asIntIterator(int[] buffer)Creates a wrapper around the iterator so it behaves like an IntIteratorIntIteratorBatchIntIterator. clone()IntIteratorIntIterator. clone()Creates a copy of the iterator.IntIteratorReverseIntIteratorFlyweight. clone()IntIteratorImmutableBitmapDataProvider. getReverseIntIterator()IntIteratorRoaringBitmap. getReverseIntIterator() -
Uses of IntIterator in org.roaringbitmap.buffer
Classes in org.roaringbitmap.buffer that implement IntIterator Modifier and Type Class Description classBufferIntIteratorFlyweightFast iterator minimizing the stress on the garbage collector.classBufferReverseIntIteratorFlyweightFast iterator minimizing the stress on the garbage collector.Methods in org.roaringbitmap.buffer that return IntIterator Modifier and Type Method Description IntIteratorBufferReverseIntIteratorFlyweight. clone()IntIteratorImmutableRoaringBitmap. getReverseIntIterator()
-