| 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 | Interface and Description |
|---|---|
interface |
PeekableIntIterator
Simple extension to the IntIterator interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IntIteratorFlyweight
Fast iterator minimizing the stress on the garbage collector.
|
class |
ReverseIntIteratorFlyweight
Fast iterator minimizing the stress on the garbage collector.
|
| Modifier and Type | Method and Description |
|---|---|
IntIterator |
IntIterator.clone()
Creates a copy of the iterator.
|
IntIterator |
ReverseIntIteratorFlyweight.clone() |
IntIterator |
RoaringBitmap.getReverseIntIterator() |
IntIterator |
ImmutableBitmapDataProvider.getReverseIntIterator() |
| Modifier and Type | Class and Description |
|---|---|
class |
BufferIntIteratorFlyweight
Fast iterator minimizing the stress on the garbage collector.
|
class |
BufferReverseIntIteratorFlyweight
Fast iterator minimizing the stress on the garbage collector.
|
| Modifier and Type | Method and Description |
|---|---|
IntIterator |
BufferReverseIntIteratorFlyweight.clone() |
IntIterator |
ImmutableRoaringBitmap.getReverseIntIterator() |
Copyright © 2017. All rights reserved.