Uses of Class
org.roaringbitmap.buffer.MappeableRunContainer
Packages that use MappeableRunContainer
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 MappeableRunContainer in org.roaringbitmap
Constructors in org.roaringbitmap with parameters of type MappeableRunContainerModifierConstructorDescriptionCreates a new non-mappeable container from a mappeable one. -
Uses of MappeableRunContainer in org.roaringbitmap.buffer
Methods in org.roaringbitmap.buffer that return MappeableRunContainerMethods in org.roaringbitmap.buffer with parameters of type MappeableRunContainerModifier and TypeMethodDescriptionMappeableArrayContainer.and(MappeableRunContainer value2) MappeableBitmapContainer.and(MappeableRunContainer value2) abstract MappeableContainerMappeableContainer.and(MappeableRunContainer x) Computes the bitwise AND of this container with another (intersection).MappeableRunContainer.and(MappeableRunContainer x) intMappeableArrayContainer.andCardinality(MappeableRunContainer x) intMappeableBitmapContainer.andCardinality(MappeableRunContainer x) protected abstract intMappeableContainer.andCardinality(MappeableRunContainer x) intMappeableRunContainer.andCardinality(MappeableRunContainer x) MappeableArrayContainer.andNot(MappeableRunContainer x) MappeableBitmapContainer.andNot(MappeableRunContainer value2) abstract MappeableContainerMappeableContainer.andNot(MappeableRunContainer x) Computes the bitwise ANDNOT of this container with another (difference).MappeableRunContainer.andNot(MappeableRunContainer x) protected booleanMappeableArrayContainer.contains(MappeableRunContainer runContainer) protected booleanMappeableBitmapContainer.contains(MappeableRunContainer runContainer) protected abstract booleanMappeableContainer.contains(MappeableRunContainer runContainer) protected booleanMappeableRunContainer.contains(MappeableRunContainer runContainer) MappeableArrayContainer.iand(MappeableRunContainer value2) MappeableBitmapContainer.iand(MappeableRunContainer x) abstract MappeableContainerMappeableContainer.iand(MappeableRunContainer x) Computes the in-place bitwise AND of this container with another (intersection).MappeableRunContainer.iand(MappeableRunContainer x) MappeableArrayContainer.iandNot(MappeableRunContainer value2) MappeableBitmapContainer.iandNot(MappeableRunContainer x) abstract MappeableContainerMappeableContainer.iandNot(MappeableRunContainer x) Computes the in-place bitwise ANDNOT of this container with another (difference).MappeableRunContainer.iandNot(MappeableRunContainer x) booleanMappeableArrayContainer.intersects(MappeableRunContainer x) booleanMappeableBitmapContainer.intersects(MappeableRunContainer x) abstract booleanMappeableContainer.intersects(MappeableRunContainer x) Returns true if the current container intersects the other container.booleanMappeableRunContainer.intersects(MappeableRunContainer x) MappeableArrayContainer.ior(MappeableRunContainer value2) MappeableBitmapContainer.ior(MappeableRunContainer x) abstract MappeableContainerMappeableContainer.ior(MappeableRunContainer x) Computes the in-place bitwise OR of this container with another (union).MappeableRunContainer.ior(MappeableRunContainer x) MappeableArrayContainer.ixor(MappeableRunContainer value2) MappeableBitmapContainer.ixor(MappeableRunContainer x) abstract MappeableContainerMappeableContainer.ixor(MappeableRunContainer x) Computes the in-place bitwise XOR of this container with another (symmetric difference).MappeableRunContainer.ixor(MappeableRunContainer x) protected MappeableContainerMappeableBitmapContainer.lazyor(MappeableRunContainer x) MappeableArrayContainer.or(MappeableRunContainer value2) MappeableBitmapContainer.or(MappeableRunContainer value2) abstract MappeableContainerMappeableContainer.or(MappeableRunContainer x) Computes the bitwise OR of this container with another (union).MappeableRunContainer.or(MappeableRunContainer x) MappeableArrayContainer.xor(MappeableRunContainer value2) MappeableBitmapContainer.xor(MappeableRunContainer value2) abstract MappeableContainerMappeableContainer.xor(MappeableRunContainer x) Computes the bitwise XOR of this container with another (symmetric difference).MappeableRunContainer.xor(MappeableRunContainer x) Constructors in org.roaringbitmap.buffer with parameters of type MappeableRunContainer