Uses of Interface
org.roaringbitmap.longlong.LongConsumer
-
Packages that use LongConsumer 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 LongConsumer in org.roaringbitmap.longlong
Methods in org.roaringbitmap.longlong with parameters of type LongConsumer Modifier and Type Method Description voidImmutableLongBitmapDataProvider. forEach(LongConsumer lc)Visit all values in the bitmap and pass them to the consumer.voidRoaring64NavigableMap. forEach(LongConsumer lc)
-