Uses of Interface
org.roaringbitmap.longlong.LongIterator
Packages that use LongIterator
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 LongIterator in org.roaringbitmap.longlong
Subinterfaces of LongIterator in org.roaringbitmap.longlongModifier and TypeInterfaceDescriptioninterface
Simple extension to the IntIterator interface.Methods in org.roaringbitmap.longlong that return LongIteratorModifier and TypeMethodDescriptionLongIterator.clone()
Creates a copy of the iterator.ImmutableLongBitmapDataProvider.getLongIterator()
For better performance, consider the Use theforEach
method.Roaring64NavigableMap.getLongIterator()
For better performance, consider the Use theforEach
method.ImmutableLongBitmapDataProvider.getReverseLongIterator()
Roaring64NavigableMap.getReverseLongIterator()
protected LongIterator
Roaring64NavigableMap.toIterator
(Iterator<Map.Entry<Integer, BitmapDataProvider>> it, boolean reversed) Constructors in org.roaringbitmap.longlong with parameters of type LongIterator