| 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 (
MutableRoaringBitmap and
(ImmutableRoaringBitmap) that users
can rely upon for fast set of integers. |
| Modifier and Type | Method and Description |
|---|---|
void |
RoaringBitmap.forEach(IntConsumer ic) |
void |
ImmutableBitmapDataProvider.forEach(IntConsumer ic)
Visit all values in the bitmap and pass them to the consumer.
|
void |
ArrayContainer.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.
|
void |
BitmapContainer.forEach(short msb,
IntConsumer ic) |
void |
RunContainer.forEach(short msb,
IntConsumer ic) |
| 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 © 2017. All rights reserved.