| Package | Description |
|---|---|
| org.roaringbitmap | |
| org.roaringbitmap.buffer |
| Modifier and Type | Method and Description |
|---|---|
void |
ImmutableBitmapDataProvider.forEach(IntConsumer ic)
Visit all values in the bitmap and pass them to the consumer.
|
void |
RoaringBitmap.forEach(IntConsumer ic) |
void |
ArrayContainer.forEach(short msb,
IntConsumer ic) |
void |
BitmapContainer.forEach(short msb,
IntConsumer ic) |
void |
RunContainer.forEach(short msb,
IntConsumer ic) |
abstract void |
Container.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImmutableRoaringBitmap.forEach(IntConsumer ic) |
void |
MappeableBitmapContainer.forEach(short msb,
IntConsumer ic) |
abstract void |
MappeableContainer.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.
|
void |
MappeableArrayContainer.forEach(short msb,
IntConsumer ic) |
void |
MappeableRunContainer.forEach(short msb,
IntConsumer ic) |
Copyright © 2016. All Rights Reserved.