Uses of Class
org.roaringbitmap.ArrayContainer
Packages that use ArrayContainer
Package
Description
The org.roaringbitmap package provides
one class (
RoaringBitmap
) that users
can rely upon for fast set of integers.The org.roaringbitmap.buffer package provides
two classes (
MutableRoaringBitmap
and
(ImmutableRoaringBitmap
) that users
can rely upon for fast set of integers.-
Uses of ArrayContainer in org.roaringbitmap
Methods in org.roaringbitmap that return ArrayContainerModifier and TypeMethodDescriptionArrayContainer.and
(ArrayContainer value2) BitmapContainer.and
(ArrayContainer value2) ArrayContainer.andNot
(ArrayContainer value2) ArrayContainer.andNot
(BitmapContainer value2) ArrayContainer.andNot
(RunContainer x) ArrayContainer.clone()
static ArrayContainer
ArrayContainer.empty()
ArrayContainer.iand
(ArrayContainer value2) ArrayContainer.iandNot
(ArrayContainer value2) ArrayContainer.iandNot
(BitmapContainer value2) Methods in org.roaringbitmap with parameters of type ArrayContainerModifier and TypeMethodDescriptionArrayContainer.and
(ArrayContainer value2) BitmapContainer.and
(ArrayContainer value2) abstract Container
Container.and
(ArrayContainer x) Computes the bitwise AND of this container with another (intersection).RunContainer.and
(ArrayContainer x) int
ArrayContainer.andCardinality
(ArrayContainer value2) int
BitmapContainer.andCardinality
(ArrayContainer value2) protected abstract int
Container.andCardinality
(ArrayContainer x) int
RunContainer.andCardinality
(ArrayContainer x) ArrayContainer.andNot
(ArrayContainer value2) BitmapContainer.andNot
(ArrayContainer value2) abstract Container
Container.andNot
(ArrayContainer x) Computes the bitwise ANDNOT of this container with another (difference).RunContainer.andNot
(ArrayContainer x) protected boolean
ArrayContainer.contains
(ArrayContainer arrayContainer) protected boolean
BitmapContainer.contains
(ArrayContainer arrayContainer) protected abstract boolean
Container.contains
(ArrayContainer arrayContainer) protected boolean
RunContainer.contains
(ArrayContainer arrayContainer) ArrayContainer.iand
(ArrayContainer value2) BitmapContainer.iand
(ArrayContainer b2) abstract Container
Container.iand
(ArrayContainer x) Computes the in-place bitwise AND of this container with another (intersection).RunContainer.iand
(ArrayContainer x) ArrayContainer.iandNot
(ArrayContainer value2) BitmapContainer.iandNot
(ArrayContainer b2) abstract Container
Container.iandNot
(ArrayContainer x) Computes the in-place bitwise ANDNOT of this container with another (difference).RunContainer.iandNot
(ArrayContainer x) boolean
ArrayContainer.intersects
(ArrayContainer value2) boolean
BitmapContainer.intersects
(ArrayContainer value2) abstract boolean
Container.intersects
(ArrayContainer x) Returns true if the current container intersects the other container.boolean
RunContainer.intersects
(ArrayContainer x) ArrayContainer.ior
(ArrayContainer value2) BitmapContainer.ior
(ArrayContainer value2) abstract Container
Container.ior
(ArrayContainer x) Computes the in-place bitwise OR of this container with another (union).RunContainer.ior
(ArrayContainer x) ArrayContainer.ixor
(ArrayContainer value2) BitmapContainer.ixor
(ArrayContainer value2) abstract Container
Container.ixor
(ArrayContainer x) Computes the in-place bitwise XOR of this container with another (symmetric difference).RunContainer.ixor
(ArrayContainer x) protected Container
ArrayContainer.lazyor
(ArrayContainer value2) protected Container
BitmapContainer.lazyor
(ArrayContainer value2) protected Container
RunContainer.lazyor
(ArrayContainer x) ArrayContainer.or
(ArrayContainer value2) BitmapContainer.or
(ArrayContainer value2) abstract Container
Container.or
(ArrayContainer x) Computes the bitwise OR of this container with another (union).RunContainer.or
(ArrayContainer x) ArrayContainer.xor
(ArrayContainer value2) BitmapContainer.xor
(ArrayContainer value2) abstract Container
Container.xor
(ArrayContainer x) Computes the bitwise XOR of this container with another (symmetric difference).RunContainer.xor
(ArrayContainer x) Constructors in org.roaringbitmap with parameters of type ArrayContainerModifierConstructorDescriptionArrayBatchIterator
(ArrayContainer array) protected
RunContainer
(ArrayContainer arr, int nbrRuns) -
Uses of ArrayContainer in org.roaringbitmap.buffer
Constructors in org.roaringbitmap.buffer with parameters of type ArrayContainerModifierConstructorDescriptionCreates a new container from a non-mappeable one.