| Package | Description |
|---|---|
| org.roaringbitmap |
| Modifier and Type | Method and Description |
|---|---|
RoaringArray |
RoaringArray.clone() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RoaringArray.appendCopiesAfter(RoaringArray sa,
short beforeStart)
Append copies of the values AFTER a specified key (may or may not be
present) to end.
|
protected void |
RoaringArray.appendCopiesUntil(RoaringArray sourceArray,
short stoppingKey)
Append copies of the values from another array, from the start
|
protected void |
RoaringArray.appendCopy(RoaringArray sa,
int index)
Append copy of the one value from another array
|
protected void |
RoaringArray.appendCopy(RoaringArray sa,
int startingIndex,
int end)
Append copies of the values from another array
|
Copyright © 2015. All Rights Reserved.