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(short msb, IntConsumer ic)voidBitmapContainer. forEach(short msb, IntConsumer ic)abstract voidContainer. forEach(short 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(short msb, IntConsumer ic) -
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(short msb, IntConsumer ic)voidMappeableBitmapContainer. forEach(short msb, IntConsumer ic)abstract voidMappeableContainer. forEach(short 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(short msb, IntConsumer ic)
-