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 classThis is the underlying data structure for an ImmutableRoaringBitmap.final classSpecialized 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 voidMutableRoaringArray.appendCopiesAfter(PointableRoaringArray highLowContainer, char beforeStart) Append copies of the values AFTER a specified key (may or may not be present) to end.protected voidMutableRoaringArray.appendCopiesUntil(PointableRoaringArray highLowContainer, char stoppingKey) Append copies of the values from another array, from the startprotected voidMutableRoaringArray.appendCopy(PointableRoaringArray highLowContainer, int startingIndex, int end) Append copies of the values from another array