| Package | Description |
|---|---|
| org.roaringbitmap | |
| org.roaringbitmap.buffer |
| 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 |
ReverseIntIteratorFlyweight.clone() |
IntIterator |
IntIteratorFlyweight.clone() |
IntIterator |
IntIterator.clone()
Creates a copy of the iterator.
|
IntIterator |
RoaringBitmap.getIntIterator() |
IntIterator |
ImmutableBitmapDataProvider.getIntIterator() |
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 |
BufferIntIteratorFlyweight.clone() |
IntIterator |
ImmutableRoaringBitmap.getIntIterator() |
IntIterator |
ImmutableRoaringBitmap.getReverseIntIterator() |
Copyright © 2015. All Rights Reserved.