Uses of Interface
org.roaringbitmap.longlong.LongIterator
-
Packages that use LongIterator Package Description org.roaringbitmap.longlong The org.roaringbitmap.longlong package provides one class (Roaring64NavigableMap
) that users can rely upon for fast set of 64-bit integers. -
-
Uses of LongIterator in org.roaringbitmap.longlong
Subinterfaces of LongIterator in org.roaringbitmap.longlong Modifier and Type Interface Description interface
PeekableLongIterator
Simple extension to the IntIterator interface.Methods in org.roaringbitmap.longlong that return LongIterator Modifier and Type Method Description LongIterator
LongIterator. clone()
Creates a copy of the iterator.LongIterator
ImmutableLongBitmapDataProvider. getLongIterator()
For better performance, consider the Use theforEach
method.LongIterator
Roaring64NavigableMap. getLongIterator()
For better performance, consider the Use theforEach
method.LongIterator
ImmutableLongBitmapDataProvider. getReverseLongIterator()
LongIterator
Roaring64NavigableMap. getReverseLongIterator()
protected LongIterator
Roaring64NavigableMap. toIterator(Iterator<Map.Entry<Integer,BitmapDataProvider>> it, boolean reversed)
-