MappeableContainer |
MappeableArrayContainer.and(MappeableBitmapContainer x) |
|
MappeableContainer |
MappeableBitmapContainer.and(MappeableBitmapContainer value2) |
|
abstract MappeableContainer |
MappeableContainer.and(MappeableBitmapContainer x) |
Computes the bitwise AND of this container with another (intersection).
|
MappeableContainer |
MappeableRunContainer.and(MappeableBitmapContainer x) |
|
int |
MappeableArrayContainer.andCardinality(MappeableBitmapContainer x) |
|
int |
MappeableBitmapContainer.andCardinality(MappeableBitmapContainer value2) |
|
protected abstract int |
MappeableContainer.andCardinality(MappeableBitmapContainer x) |
|
int |
MappeableRunContainer.andCardinality(MappeableBitmapContainer x) |
|
MappeableArrayContainer |
MappeableArrayContainer.andNot(MappeableBitmapContainer value2) |
|
MappeableContainer |
MappeableBitmapContainer.andNot(MappeableBitmapContainer value2) |
|
abstract MappeableContainer |
MappeableContainer.andNot(MappeableBitmapContainer x) |
Computes the bitwise ANDNOT of this container with another (difference).
|
MappeableContainer |
MappeableRunContainer.andNot(MappeableBitmapContainer x) |
|
protected boolean |
MappeableArrayContainer.contains(MappeableBitmapContainer bitmapContainer) |
|
protected boolean |
MappeableBitmapContainer.contains(MappeableBitmapContainer bitmapContainer) |
|
protected abstract boolean |
MappeableContainer.contains(MappeableBitmapContainer bitmapContainer) |
|
protected boolean |
MappeableRunContainer.contains(MappeableBitmapContainer bitmapContainer) |
|
MappeableContainer |
MappeableArrayContainer.iand(MappeableBitmapContainer value2) |
|
MappeableContainer |
MappeableBitmapContainer.iand(MappeableBitmapContainer b2) |
|
abstract MappeableContainer |
MappeableContainer.iand(MappeableBitmapContainer x) |
Computes the in-place bitwise AND of this container with another (intersection).
|
MappeableContainer |
MappeableRunContainer.iand(MappeableBitmapContainer x) |
|
MappeableArrayContainer |
MappeableArrayContainer.iandNot(MappeableBitmapContainer value2) |
|
MappeableContainer |
MappeableBitmapContainer.iandNot(MappeableBitmapContainer b2) |
|
abstract MappeableContainer |
MappeableContainer.iandNot(MappeableBitmapContainer x) |
Computes the in-place bitwise ANDNOT of this container with another (difference).
|
MappeableContainer |
MappeableRunContainer.iandNot(MappeableBitmapContainer x) |
|
(package private) MappeableContainer |
MappeableBitmapContainer.ilazyor(MappeableBitmapContainer x) |
|
boolean |
MappeableArrayContainer.intersects(MappeableBitmapContainer x) |
|
boolean |
MappeableBitmapContainer.intersects(MappeableBitmapContainer value2) |
|
abstract boolean |
MappeableContainer.intersects(MappeableBitmapContainer x) |
Returns true if the current container intersects the other container.
|
boolean |
MappeableRunContainer.intersects(MappeableBitmapContainer x) |
|
MappeableContainer |
MappeableArrayContainer.ior(MappeableBitmapContainer x) |
|
MappeableContainer |
MappeableBitmapContainer.ior(MappeableBitmapContainer b2) |
|
abstract MappeableContainer |
MappeableContainer.ior(MappeableBitmapContainer x) |
Computes the in-place bitwise OR of this container with another (union).
|
MappeableContainer |
MappeableRunContainer.ior(MappeableBitmapContainer x) |
|
MappeableContainer |
MappeableArrayContainer.ixor(MappeableBitmapContainer x) |
|
MappeableContainer |
MappeableBitmapContainer.ixor(MappeableBitmapContainer b2) |
|
abstract MappeableContainer |
MappeableContainer.ixor(MappeableBitmapContainer x) |
Computes the in-place bitwise XOR of this container with another (symmetric difference).
|
MappeableContainer |
MappeableRunContainer.ixor(MappeableBitmapContainer x) |
|
protected MappeableContainer |
MappeableBitmapContainer.lazyor(MappeableBitmapContainer x) |
|
(package private) void |
MappeableArrayContainer.loadData(MappeableBitmapContainer bitmapContainer) |
|
private void |
RoaringBatchIterator.nextIterator(MappeableBitmapContainer bitmap) |
|
MappeableContainer |
MappeableArrayContainer.or(MappeableBitmapContainer x) |
|
MappeableContainer |
MappeableBitmapContainer.or(MappeableBitmapContainer value2) |
|
abstract MappeableContainer |
MappeableContainer.or(MappeableBitmapContainer x) |
Computes the bitwise OR of this container with another (union).
|
MappeableContainer |
MappeableRunContainer.or(MappeableBitmapContainer x) |
|
(package private) void |
BitmapBatchIterator.wrap(MappeableBitmapContainer bitmap) |
|
(package private) void |
MappeableBitmapContainerCharIterator.wrap(MappeableBitmapContainer p) |
|
void |
ReverseMappeableBitmapContainerCharIterator.wrap(MappeableBitmapContainer p) |
|
MappeableContainer |
MappeableArrayContainer.xor(MappeableBitmapContainer x) |
|
MappeableContainer |
MappeableBitmapContainer.xor(MappeableBitmapContainer value2) |
|
abstract MappeableContainer |
MappeableContainer.xor(MappeableBitmapContainer x) |
Computes the bitwise XOR of this container with another (symmetric difference).
|
MappeableContainer |
MappeableRunContainer.xor(MappeableBitmapContainer x) |
|