Uses of Interface
org.roaringbitmap.IntConsumer
Packages that use IntConsumer
Package
Description
The org.roaringbitmap package provides
one class (
RoaringBitmap) that users
can rely upon for fast set of integers.The org.roaringbitmap.buffer package provides
two classes (
MutableRoaringBitmap and
(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 IntConsumerModifier and TypeMethodDescriptionvoidArrayContainer.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 -
Uses of IntConsumer in org.roaringbitmap.buffer
Methods in org.roaringbitmap.buffer with parameters of type IntConsumerModifier and TypeMethodDescriptionvoidImmutableRoaringBitmap.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)