| Package | Description |
|---|---|
| org.roaringbitmap.buffer |
| Modifier and Type | Method and Description |
|---|---|
MappeableBitmapContainer |
MappeableBitmapContainer.clone() |
MappeableBitmapContainer |
MappeableBitmapContainer.ior(MappeableArrayContainer value2) |
MappeableBitmapContainer |
MappeableBitmapContainer.or(MappeableArrayContainer value2) |
MappeableBitmapContainer |
MappeableArrayContainer.toBitmapContainer()
Copies the data in a bitmap container.
|
| Modifier and Type | Method and Description |
|---|---|
abstract MappeableContainer |
MappeableContainer.and(MappeableBitmapContainer x)
Computes the bitwise AND of this container with another (intersection).
|
MappeableContainer |
MappeableBitmapContainer.and(MappeableBitmapContainer value2) |
MappeableContainer |
MappeableArrayContainer.and(MappeableBitmapContainer x) |
abstract MappeableContainer |
MappeableContainer.andNot(MappeableBitmapContainer x)
Computes the bitwise ANDNOT of this container with another (difference).
|
MappeableContainer |
MappeableBitmapContainer.andNot(MappeableBitmapContainer value2) |
MappeableArrayContainer |
MappeableArrayContainer.andNot(MappeableBitmapContainer value2) |
abstract MappeableContainer |
MappeableContainer.iand(MappeableBitmapContainer x)
Computes the in-place bitwise AND of this container with another
(intersection).
|
MappeableContainer |
MappeableBitmapContainer.iand(MappeableBitmapContainer b2) |
MappeableContainer |
MappeableArrayContainer.iand(MappeableBitmapContainer value2) |
abstract MappeableContainer |
MappeableContainer.iandNot(MappeableBitmapContainer x)
Computes the in-place bitwise ANDNOT of this container with another
(difference).
|
MappeableContainer |
MappeableBitmapContainer.iandNot(MappeableBitmapContainer b2) |
MappeableArrayContainer |
MappeableArrayContainer.iandNot(MappeableBitmapContainer value2) |
protected MappeableContainer |
MappeableBitmapContainer.ilazyor(MappeableBitmapContainer x) |
abstract MappeableContainer |
MappeableContainer.ior(MappeableBitmapContainer x)
Computes the in-place bitwise OR of this container with another (union).
|
MappeableContainer |
MappeableBitmapContainer.ior(MappeableBitmapContainer b2) |
MappeableContainer |
MappeableArrayContainer.ior(MappeableBitmapContainer x) |
abstract MappeableContainer |
MappeableContainer.ixor(MappeableBitmapContainer x)
Computes the in-place bitwise OR of this container with another (union).
|
MappeableContainer |
MappeableBitmapContainer.ixor(MappeableBitmapContainer b2) |
MappeableContainer |
MappeableArrayContainer.ixor(MappeableBitmapContainer x) |
protected MappeableContainer |
MappeableBitmapContainer.lazyor(MappeableBitmapContainer x) |
protected void |
MappeableArrayContainer.loadData(MappeableBitmapContainer bitmapContainer) |
abstract MappeableContainer |
MappeableContainer.or(MappeableBitmapContainer x)
Computes the bitwise OR of this container with another (union).
|
MappeableContainer |
MappeableBitmapContainer.or(MappeableBitmapContainer value2) |
MappeableContainer |
MappeableArrayContainer.or(MappeableBitmapContainer x) |
abstract MappeableContainer |
MappeableContainer.xor(MappeableBitmapContainer x)
Computes the bitwise OR of this container with another (union).
|
MappeableContainer |
MappeableBitmapContainer.xor(MappeableBitmapContainer value2) |
MappeableContainer |
MappeableArrayContainer.xor(MappeableBitmapContainer x) |
Copyright © 2014. All Rights Reserved.