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 interfacePeekableLongIteratorSimple extension to the IntIterator interface.Methods in org.roaringbitmap.longlong that return LongIterator Modifier and Type Method Description LongIteratorLongIterator. clone()Creates a copy of the iterator.LongIteratorImmutableLongBitmapDataProvider. getLongIterator()For better performance, consider the Use theforEachmethod.LongIteratorRoaring64NavigableMap. getLongIterator()For better performance, consider the Use theforEachmethod.LongIteratorImmutableLongBitmapDataProvider. getReverseLongIterator()LongIteratorRoaring64NavigableMap. getReverseLongIterator()protected LongIteratorRoaring64NavigableMap. toIterator(Iterator<Map.Entry<Integer,BitmapDataProvider>> it, boolean reversed)
-