| 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 | Class and Description |
|---|---|
class |
IntIteratorFlyweight
Fast iterator minimizing the stress on the garbage collector.
|
| Modifier and Type | Method and Description |
|---|---|
PeekableIntIterator |
PeekableIntIterator.clone()
Creates a copy of the iterator.
|
PeekableIntIterator |
IntIteratorFlyweight.clone() |
PeekableIntIterator |
RoaringBitmap.getIntIterator()
For better performance, consider the Use the
forEach method. |
PeekableIntIterator |
ImmutableBitmapDataProvider.getIntIterator()
For better performance, consider the Use the
forEach method. |
| Modifier and Type | Class and Description |
|---|---|
class |
BufferIntIteratorFlyweight
Fast iterator minimizing the stress on the garbage collector.
|
| Modifier and Type | Method and Description |
|---|---|
PeekableIntIterator |
BufferIntIteratorFlyweight.clone() |
PeekableIntIterator |
ImmutableRoaringBitmap.getIntIterator()
For better performance, consider the Use the
forEach method. |
Copyright © 2017. All rights reserved.