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.Classes in org.roaringbitmap.longlong that implement LongIteratorModifier and TypeClassDescriptionprivate class
private class
private class
Fields in org.roaringbitmap.longlong declared as LongIteratorModifier and TypeFieldDescriptionprivate final LongIterator
ImmutableLongBitmapDataProvider.RoaringOfLong.iterator
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