| 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 |
|---|---|
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) |
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) |
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) |
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 |
BitmapContainer.ilazyor(ArrayContainer value2) |
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) |
abstract Container |
Container.ixor(ArrayContainer x)
Computes the in-place bitwise OR of this container with another
(union).
|
Container |
BitmapContainer.ixor(ArrayContainer value2) |
Container |
ArrayContainer.ixor(ArrayContainer value2) |
protected Container |
BitmapContainer.lazyor(ArrayContainer value2) |
protected void |
BitmapContainer.loadData(ArrayContainer arrayContainer) |
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) |
abstract Container |
Container.xor(ArrayContainer x)
Computes the bitwise OR of this container with another (union).
|
Container |
BitmapContainer.xor(ArrayContainer value2) |
Container |
ArrayContainer.xor(ArrayContainer value2) |
Copyright © 2014. All Rights Reserved.