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