| Package | Description |
|---|---|
| org.roaringbitmap |
| Modifier and Type | Method and Description |
|---|---|
ArrayContainer |
BitmapContainer.and(ArrayContainer value2) |
ArrayContainer |
ArrayContainer.and(ArrayContainer value2) |
ArrayContainer |
ArrayContainer.andNot(ArrayContainer value2) |
ArrayContainer |
ArrayContainer.andNot(BitmapContainer value2) |
ArrayContainer |
ArrayContainer.clone() |
ArrayContainer |
ArrayContainer.iand(ArrayContainer value2) |
ArrayContainer |
ArrayContainer.iandNot(ArrayContainer value2) |
ArrayContainer |
ArrayContainer.iandNot(BitmapContainer value2) |
ArrayContainer |
BitmapContainer.toArrayContainer()
Copies the data to an array container
|
| Modifier and Type | Method and Description |
|---|---|
Container |
RunContainer.and(ArrayContainer x) |
abstract Container |
Container.and(ArrayContainer x)
Computes the bitwise AND of this container with another
(intersection).
|
ArrayContainer |
BitmapContainer.and(ArrayContainer value2) |
ArrayContainer |
ArrayContainer.and(ArrayContainer value2) |
Container |
RunContainer.andNot(ArrayContainer x) |
abstract Container |
Container.andNot(ArrayContainer x)
Computes the bitwise ANDNOT of this container with another
(difference).
|
Container |
BitmapContainer.andNot(ArrayContainer value2) |
ArrayContainer |
ArrayContainer.andNot(ArrayContainer value2) |
Container |
RunContainer.iand(ArrayContainer x) |
abstract Container |
Container.iand(ArrayContainer x)
Computes the in-place bitwise AND of this container with another
(intersection).
|
Container |
BitmapContainer.iand(ArrayContainer b2) |
ArrayContainer |
ArrayContainer.iand(ArrayContainer value2) |
Container |
RunContainer.iandNot(ArrayContainer x) |
abstract Container |
Container.iandNot(ArrayContainer x)
Computes the in-place bitwise ANDNOT of this container with another
(difference).
|
Container |
BitmapContainer.iandNot(ArrayContainer b2) |
ArrayContainer |
ArrayContainer.iandNot(ArrayContainer value2) |
protected Container |
RunContainer.ilazyor(ArrayContainer x) |
protected Container |
BitmapContainer.ilazyor(ArrayContainer value2) |
boolean |
RunContainer.intersects(ArrayContainer x) |
abstract boolean |
Container.intersects(ArrayContainer x)
Returns true if the current container intersects the other container.
|
boolean |
BitmapContainer.intersects(ArrayContainer value2) |
boolean |
ArrayContainer.intersects(ArrayContainer value2) |
Container |
RunContainer.ior(ArrayContainer x) |
abstract Container |
Container.ior(ArrayContainer x)
Computes the in-place bitwise OR of this container with another
(union).
|
BitmapContainer |
BitmapContainer.ior(ArrayContainer value2) |
Container |
ArrayContainer.ior(ArrayContainer value2) |
Container |
RunContainer.ixor(ArrayContainer x) |
abstract Container |
Container.ixor(ArrayContainer x)
Computes the in-place bitwise XOR of this container with another
(symmetric difference).
|
Container |
BitmapContainer.ixor(ArrayContainer value2) |
Container |
ArrayContainer.ixor(ArrayContainer value2) |
protected Container |
RunContainer.lazyor(ArrayContainer x) |
protected Container |
BitmapContainer.lazyor(ArrayContainer value2) |
protected void |
BitmapContainer.loadData(ArrayContainer arrayContainer) |
Container |
RunContainer.or(ArrayContainer x) |
abstract Container |
Container.or(ArrayContainer x)
Computes the bitwise OR of this container with another (union).
|
BitmapContainer |
BitmapContainer.or(ArrayContainer value2) |
Container |
ArrayContainer.or(ArrayContainer value2) |
Container |
RunContainer.xor(ArrayContainer x) |
abstract Container |
Container.xor(ArrayContainer x)
Computes the bitwise XOR of this container with another (symmetric difference).
|
Container |
BitmapContainer.xor(ArrayContainer value2) |
Container |
ArrayContainer.xor(ArrayContainer value2) |
| Constructor and Description |
|---|
RunContainer(ArrayContainer arr,
int nbrRuns) |
Copyright © 2015. All Rights Reserved.