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 TypeInterfaceDescriptioninterfaceSimple 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 theforEachmethod.Roaring64NavigableMap.getLongIterator()For better performance, consider the Use theforEachmethod.ImmutableLongBitmapDataProvider.getReverseLongIterator()Roaring64NavigableMap.getReverseLongIterator()protected LongIteratorRoaring64NavigableMap.toIterator(Iterator<Map.Entry<Integer, BitmapDataProvider>> it, boolean reversed) Constructors in org.roaringbitmap.longlong with parameters of type LongIterator