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
Fields in org.roaringbitmap.buffer declared as MappeableRunContainerModifier and TypeFieldDescriptionprivate MappeableRunContainer
MappeableRunContainerCharIterator.parent
private MappeableRunContainer
RawMappeableRunContainerCharIterator.parent
private MappeableRunContainer
ReverseMappeableRunContainerCharIterator.parent
private MappeableRunContainer
RunBatchIterator.runs
Methods in org.roaringbitmap.buffer that return MappeableRunContainerModifier and TypeMethodDescriptionstatic MappeableRunContainer
MappeableRunContainer.full()
private MappeableRunContainer
MappeableRunContainer.lazyandNot
(MappeableArrayContainer x) Methods in org.roaringbitmap.buffer with parameters of type MappeableRunContainerModifier and TypeMethodDescriptionMappeableArrayContainer.and
(MappeableRunContainer value2) MappeableBitmapContainer.and
(MappeableRunContainer value2) abstract MappeableContainer
MappeableContainer.and
(MappeableRunContainer x) Computes the bitwise AND of this container with another (intersection).MappeableRunContainer.and
(MappeableRunContainer x) int
MappeableArrayContainer.andCardinality
(MappeableRunContainer x) int
MappeableBitmapContainer.andCardinality
(MappeableRunContainer x) protected abstract int
MappeableContainer.andCardinality
(MappeableRunContainer x) int
MappeableRunContainer.andCardinality
(MappeableRunContainer x) MappeableArrayContainer.andNot
(MappeableRunContainer x) MappeableBitmapContainer.andNot
(MappeableRunContainer value2) abstract MappeableContainer
MappeableContainer.andNot
(MappeableRunContainer x) Computes the bitwise ANDNOT of this container with another (difference).MappeableRunContainer.andNot
(MappeableRunContainer x) protected boolean
MappeableArrayContainer.contains
(MappeableRunContainer runContainer) protected boolean
MappeableBitmapContainer.contains
(MappeableRunContainer runContainer) protected abstract boolean
MappeableContainer.contains
(MappeableRunContainer runContainer) protected boolean
MappeableRunContainer.contains
(MappeableRunContainer runContainer) private boolean
MappeableRunContainer.equals
(MappeableRunContainer runContainer) MappeableArrayContainer.iand
(MappeableRunContainer value2) MappeableBitmapContainer.iand
(MappeableRunContainer x) abstract MappeableContainer
MappeableContainer.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 MappeableContainer
MappeableContainer.iandNot
(MappeableRunContainer x) Computes the in-place bitwise ANDNOT of this container with another (difference).MappeableRunContainer.iandNot
(MappeableRunContainer x) (package private) MappeableContainer
MappeableBitmapContainer.ilazyor
(MappeableRunContainer x) boolean
MappeableArrayContainer.intersects
(MappeableRunContainer x) boolean
MappeableBitmapContainer.intersects
(MappeableRunContainer x) abstract boolean
MappeableContainer.intersects
(MappeableRunContainer x) Returns true if the current container intersects the other container.boolean
MappeableRunContainer.intersects
(MappeableRunContainer x) MappeableArrayContainer.ior
(MappeableRunContainer value2) MappeableBitmapContainer.ior
(MappeableRunContainer x) abstract MappeableContainer
MappeableContainer.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 MappeableContainer
MappeableContainer.ixor
(MappeableRunContainer x) Computes the in-place bitwise XOR of this container with another (symmetric difference).MappeableRunContainer.ixor
(MappeableRunContainer x) protected MappeableContainer
MappeableBitmapContainer.lazyor
(MappeableRunContainer x) private void
RoaringBatchIterator.nextIterator
(MappeableRunContainer run) MappeableArrayContainer.or
(MappeableRunContainer value2) MappeableBitmapContainer.or
(MappeableRunContainer value2) abstract MappeableContainer
MappeableContainer.or
(MappeableRunContainer x) Computes the bitwise OR of this container with another (union).MappeableRunContainer.or
(MappeableRunContainer x) (package private) void
MappeableRunContainerCharIterator.wrap
(MappeableRunContainer p) private void
RawMappeableRunContainerCharIterator.wrap
(MappeableRunContainer p) private void
RawReverseMappeableRunContainerCharIterator.wrap
(MappeableRunContainer p) (package private) void
ReverseMappeableRunContainerCharIterator.wrap
(MappeableRunContainer p) (package private) void
RunBatchIterator.wrap
(MappeableRunContainer runs) MappeableArrayContainer.xor
(MappeableRunContainer value2) MappeableBitmapContainer.xor
(MappeableRunContainer value2) abstract MappeableContainer
MappeableContainer.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 MappeableRunContainerModifierConstructorDescription(package private)
(package private)
(package private)
(package private)