Uses of Interface
org.roaringbitmap.buffer.PointableRoaringArray
Packages that use PointableRoaringArray
Package
Description
The org.roaringbitmap.buffer package provides
two classes (
MutableRoaringBitmap
and
(ImmutableRoaringBitmap
) that users
can rely upon for fast set of integers.-
Uses of PointableRoaringArray in org.roaringbitmap.buffer
Classes in org.roaringbitmap.buffer that implement PointableRoaringArrayModifier and TypeClassDescriptionfinal class
This is the underlying data structure for an ImmutableRoaringBitmap.final class
Specialized array to store the containers used by a RoaringBitmap.Methods in org.roaringbitmap.buffer that return PointableRoaringArrayModifier and TypeMethodDescriptionPointableRoaringArray.clone()
Create an independent copy of the underlying arrayMethods in org.roaringbitmap.buffer with parameters of type PointableRoaringArrayModifier and TypeMethodDescriptionprotected void
MutableRoaringArray.appendCopiesAfter
(PointableRoaringArray highLowContainer, char beforeStart) Append copies of the values AFTER a specified key (may or may not be present) to end.protected void
MutableRoaringArray.appendCopiesUntil
(PointableRoaringArray highLowContainer, char stoppingKey) Append copies of the values from another array, from the startprotected void
MutableRoaringArray.appendCopy
(PointableRoaringArray highLowContainer, int startingIndex, int end) Append copies of the values from another array