| Package | Description |
|---|---|
| org.roaringbitmap.buffer |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableRoaringArray
This is the underlying data structure for an ImmutableRoaringBitmap.
|
class |
MutableRoaringArray
Specialized array to store the containers used by a RoaringBitmap.
|
| Modifier and Type | Method and Description |
|---|---|
PointableRoaringArray |
PointableRoaringArray.clone()
Create an independent copy of the underlying array
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MutableRoaringArray.appendCopiesAfter(PointableRoaringArray highLowContainer,
short beforeStart)
Append copies of the values AFTER a specified key (may or may not be
present) to end.
|
protected void |
MutableRoaringArray.appendCopiesUntil(PointableRoaringArray highLowContainer,
short stoppingKey)
Append copies of the values from another array, from the start
|
protected void |
MutableRoaringArray.appendCopy(PointableRoaringArray highLowContainer,
int startingIndex,
int end)
Append copies of the values from another array
|
Copyright © 2015. All Rights Reserved.