Uses of Class
org.roaringbitmap.buffer.MappeableBitmapContainer
Packages that use MappeableBitmapContainer
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 MappeableBitmapContainer in org.roaringbitmap
Constructors in org.roaringbitmap with parameters of type MappeableBitmapContainerModifierConstructorDescriptionCreates a new non-mappeable container from a mappeable one. -
Uses of MappeableBitmapContainer in org.roaringbitmap.buffer
Fields in org.roaringbitmap.buffer declared as MappeableBitmapContainerModifier and TypeFieldDescriptionprivate MappeableBitmapContainer
BitmapBatchIterator.bitmap
private MappeableBitmapContainer
MappeableBitmapContainerCharIterator.parent
private MappeableBitmapContainer
ReverseMappeableBitmapContainerCharIterator.parent
Methods in org.roaringbitmap.buffer that return MappeableBitmapContainerModifier and TypeMethodDescriptionMappeableBitmapContainer.clone()
MappeableBitmapContainer.ior
(MappeableArrayContainer value2) MappeableArrayContainer.toBitmapContainer()
Copies the data in a bitmap container.MappeableBitmapContainer.toBitmapContainer()
abstract MappeableBitmapContainer
MappeableContainer.toBitmapContainer()
Convert the current container to a BitmapContainer, if a conversion is needed.MappeableRunContainer.toBitmapContainer()
Methods in org.roaringbitmap.buffer with parameters of type MappeableBitmapContainerModifier and TypeMethodDescriptionMappeableArrayContainer.and
(MappeableBitmapContainer x) MappeableBitmapContainer.and
(MappeableBitmapContainer value2) abstract MappeableContainer
MappeableContainer.and
(MappeableBitmapContainer x) Computes the bitwise AND of this container with another (intersection).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.andNot
(MappeableBitmapContainer value2) MappeableBitmapContainer.andNot
(MappeableBitmapContainer value2) abstract MappeableContainer
MappeableContainer.andNot
(MappeableBitmapContainer x) Computes the bitwise ANDNOT of this container with another (difference).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) MappeableArrayContainer.iand
(MappeableBitmapContainer value2) MappeableBitmapContainer.iand
(MappeableBitmapContainer b2) abstract MappeableContainer
MappeableContainer.iand
(MappeableBitmapContainer x) Computes the in-place bitwise AND of this container with another (intersection).MappeableRunContainer.iand
(MappeableBitmapContainer x) MappeableArrayContainer.iandNot
(MappeableBitmapContainer value2) MappeableBitmapContainer.iandNot
(MappeableBitmapContainer b2) abstract MappeableContainer
MappeableContainer.iandNot
(MappeableBitmapContainer x) Computes the in-place bitwise ANDNOT of this container with another (difference).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) MappeableArrayContainer.ior
(MappeableBitmapContainer x) MappeableBitmapContainer.ior
(MappeableBitmapContainer b2) abstract MappeableContainer
MappeableContainer.ior
(MappeableBitmapContainer x) Computes the in-place bitwise OR of this container with another (union).MappeableRunContainer.ior
(MappeableBitmapContainer x) MappeableArrayContainer.ixor
(MappeableBitmapContainer x) MappeableBitmapContainer.ixor
(MappeableBitmapContainer b2) abstract MappeableContainer
MappeableContainer.ixor
(MappeableBitmapContainer x) Computes the in-place bitwise XOR of this container with another (symmetric difference).MappeableRunContainer.ixor
(MappeableBitmapContainer x) protected MappeableContainer
MappeableBitmapContainer.lazyor
(MappeableBitmapContainer x) (package private) void
MappeableArrayContainer.loadData
(MappeableBitmapContainer bitmapContainer) private void
RoaringBatchIterator.nextIterator
(MappeableBitmapContainer bitmap) MappeableArrayContainer.or
(MappeableBitmapContainer x) MappeableBitmapContainer.or
(MappeableBitmapContainer value2) abstract MappeableContainer
MappeableContainer.or
(MappeableBitmapContainer x) Computes the bitwise OR of this container with another (union).MappeableRunContainer.or
(MappeableBitmapContainer x) (package private) void
BitmapBatchIterator.wrap
(MappeableBitmapContainer bitmap) (package private) void
MappeableBitmapContainerCharIterator.wrap
(MappeableBitmapContainer p) void
ReverseMappeableBitmapContainerCharIterator.wrap
(MappeableBitmapContainer p) MappeableArrayContainer.xor
(MappeableBitmapContainer x) MappeableBitmapContainer.xor
(MappeableBitmapContainer value2) abstract MappeableContainer
MappeableContainer.xor
(MappeableBitmapContainer x) Computes the bitwise XOR of this container with another (symmetric difference).MappeableRunContainer.xor
(MappeableBitmapContainer x) Constructors in org.roaringbitmap.buffer with parameters of type MappeableBitmapContainerModifierConstructorDescription(package private)
protected
MappeableRunContainer
(MappeableBitmapContainer bc, int nbrRuns) (package private)