Uses of Interface
org.roaringbitmap.buffer.PointableRoaringArray
-
Packages that use PointableRoaringArray Package Description org.roaringbitmap.buffer The org.roaringbitmap.buffer package provides two classes (MutableRoaringBitmapand (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 PointableRoaringArray Modifier and Type Class Description classImmutableRoaringArrayThis is the underlying data structure for an ImmutableRoaringBitmap.classMutableRoaringArraySpecialized array to store the containers used by a RoaringBitmap.Methods in org.roaringbitmap.buffer that return PointableRoaringArray Modifier and Type Method Description PointableRoaringArrayPointableRoaringArray. clone()Create an independent copy of the underlying arrayMethods in org.roaringbitmap.buffer with parameters of type PointableRoaringArray Modifier and Type Method Description protected voidMutableRoaringArray. appendCopiesAfter(PointableRoaringArray highLowContainer, short beforeStart)Append copies of the values AFTER a specified key (may or may not be present) to end.protected voidMutableRoaringArray. appendCopiesUntil(PointableRoaringArray highLowContainer, short 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
-