Uses of Interface
org.roaringbitmap.longlong.PeekableLongIterator
-
Packages that use PeekableLongIterator 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 PeekableLongIterator in org.roaringbitmap.longlong
Methods in org.roaringbitmap.longlong that return PeekableLongIterator Modifier and Type Method Description PeekableLongIterator
PeekableLongIterator. clone()
Creates a copy of the iterator.PeekableLongIterator
Roaring64Bitmap. getLongIterator()
For better performance, consider the Use theforEach
method.PeekableLongIterator
Roaring64Bitmap. getLongIteratorFrom(long minval)
Produce an iterator over the values in this bitmap starting from `minval`.PeekableLongIterator
Roaring64Bitmap. getReverseLongIterator()
PeekableLongIterator
Roaring64Bitmap. getReverseLongIteratorFrom(long maxval)
Produce an iterator over the values in this bitmap starting from `maxval`.
-