| Package | Description |
|---|---|
| org.roaringbitmap |
| Modifier and Type | Method and Description |
|---|---|
Container |
RunContainer.and(RunContainer x) |
abstract Container |
Container.and(RunContainer x)
Computes the bitwise AND of this container with another
(intersection).
|
Container |
BitmapContainer.and(RunContainer x) |
Container |
ArrayContainer.and(RunContainer x) |
Container |
RunContainer.andNot(RunContainer x) |
abstract Container |
Container.andNot(RunContainer x)
Computes the bitwise ANDNOT of this container with another
(difference).
|
Container |
BitmapContainer.andNot(RunContainer x) |
Container |
ArrayContainer.andNot(RunContainer x) |
Container |
RunContainer.iand(RunContainer x) |
abstract Container |
Container.iand(RunContainer x)
Computes the in-place bitwise AND of this container with another
(intersection).
|
Container |
BitmapContainer.iand(RunContainer x) |
Container |
ArrayContainer.iand(RunContainer x) |
Container |
RunContainer.iandNot(RunContainer x) |
abstract Container |
Container.iandNot(RunContainer x)
Computes the in-place bitwise ANDNOT of this container with another
(difference).
|
Container |
BitmapContainer.iandNot(RunContainer x) |
Container |
ArrayContainer.iandNot(RunContainer x) |
protected Container |
BitmapContainer.ilazyor(RunContainer x) |
boolean |
RunContainer.intersects(RunContainer x) |
abstract boolean |
Container.intersects(RunContainer x)
Returns true if the current container intersects the other container.
|
boolean |
BitmapContainer.intersects(RunContainer x) |
boolean |
ArrayContainer.intersects(RunContainer x) |
Container |
RunContainer.ior(RunContainer x) |
abstract Container |
Container.ior(RunContainer x)
Computes the in-place bitwise OR of this container with another
(union).
|
Container |
BitmapContainer.ior(RunContainer x) |
Container |
ArrayContainer.ior(RunContainer x) |
Container |
RunContainer.ixor(RunContainer x) |
abstract Container |
Container.ixor(RunContainer x)
Computes the in-place bitwise XOR of this container with another
(symmetric difference).
|
Container |
BitmapContainer.ixor(RunContainer x) |
Container |
ArrayContainer.ixor(RunContainer x) |
protected Container |
BitmapContainer.lazyor(RunContainer x) |
Container |
RunContainer.or(RunContainer x) |
abstract Container |
Container.or(RunContainer x)
Computes the bitwise OR of this container with another (union).
|
Container |
BitmapContainer.or(RunContainer x) |
Container |
ArrayContainer.or(RunContainer x) |
Container |
RunContainer.xor(RunContainer x) |
abstract Container |
Container.xor(RunContainer x)
Computes the bitwise XOR of this container with another (symmetric difference).
|
Container |
BitmapContainer.xor(RunContainer x) |
Container |
ArrayContainer.xor(RunContainer x) |
Copyright © 2015. All Rights Reserved.