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
Classes in org.roaringbitmap.longlong that implement PeekableLongIterator Modifier and Type Class Description private class
Roaring64Bitmap.ForwardPeekableIterator
private class
Roaring64Bitmap.PeekableIterator
private class
Roaring64Bitmap.ReversePeekableIterator
Methods in org.roaringbitmap.longlong that return PeekableLongIterator Modifier and Type Method Description PeekableLongIterator
PeekableLongIterator. clone()
Creates a copy of the iterator.PeekableLongIterator
Roaring64Bitmap.PeekableIterator. clone()
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`.
-