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