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