Uses of Interface
org.roaringbitmap.IntConsumer
-
Packages that use IntConsumer Package Description org.roaringbitmap The org.roaringbitmap package provides one class (RoaringBitmap) that users can rely upon for fast set of integers.org.roaringbitmap.buffer The org.roaringbitmap.buffer package provides two classes (MutableRoaringBitmapand (ImmutableRoaringBitmap) that users can rely upon for fast set of integers. -
-
Uses of IntConsumer in org.roaringbitmap
Methods in org.roaringbitmap with parameters of type IntConsumer Modifier and Type Method Description voidArrayContainer. forEach(char msb, IntConsumer ic)voidBitmapContainer. forEach(char msb, IntConsumer ic)abstract voidContainer. forEach(char msb, IntConsumer ic)Iterate through the values of this container and pass them along to the IntConsumer, using msb as the 16 most significant bits.voidImmutableBitmapDataProvider. forEach(IntConsumer ic)Visit all values in the bitmap and pass them to the consumer.voidRoaringBitmap. forEach(IntConsumer ic)voidRunContainer. forEach(char msb, IntConsumer ic)voidRoaringBitmap. forEachInRange(int start, int length, IntConsumer ic)Consume each value present in the range [start, start + length).Constructors in org.roaringbitmap with parameters of type IntConsumer Constructor Description IntConsumerRelativeRangeAdapter(int start, IntConsumer lc) -
Uses of IntConsumer in org.roaringbitmap.buffer
Methods in org.roaringbitmap.buffer with parameters of type IntConsumer Modifier and Type Method Description voidImmutableRoaringBitmap. forEach(IntConsumer ic)voidMappeableArrayContainer. forEach(char msb, IntConsumer ic)voidMappeableBitmapContainer. forEach(char msb, IntConsumer ic)abstract voidMappeableContainer. forEach(char msb, IntConsumer ic)Iterate through the values of this container and pass them along to the IntConsumer, using msb as the 16 most significant bits.voidMappeableRunContainer. forEach(char msb, IntConsumer ic)
-