Uses of Class
org.roaringbitmap.RoaringArray
-
Packages that use RoaringArray Package Description org.roaringbitmap The org.roaringbitmap package provides one class (RoaringBitmap) that users can rely upon for fast set of integers. -
-
Uses of RoaringArray in org.roaringbitmap
Methods in org.roaringbitmap that return RoaringArray Modifier and Type Method Description RoaringArrayRoaringArray. clone()Methods in org.roaringbitmap that return types with arguments of type RoaringArray Modifier and Type Method Description BiConsumer<RoaringArray,Map.Entry<Short,List<Container>>>ParallelAggregation.ContainerCollector. accumulator()BinaryOperator<RoaringArray>ParallelAggregation.ContainerCollector. combiner()Function<RoaringArray,RoaringBitmap>ParallelAggregation.ContainerCollector. finisher()Supplier<RoaringArray>ParallelAggregation.ContainerCollector. supplier()Methods in org.roaringbitmap with parameters of type RoaringArray Modifier and Type Method Description protected voidRoaringArray. append(RoaringArray sa, int startingIndex, int end)Append the values from another array, no copy is made (use with care)protected voidRoaringArray. appendCopiesAfter(RoaringArray sa, short beforeStart)Append copies of the values AFTER a specified key (may or may not be present) to end.protected voidRoaringArray. appendCopiesUntil(RoaringArray sourceArray, short stoppingKey)Append copies of the values from another array, from the startprotected voidRoaringArray. appendCopy(RoaringArray sa, int index)Append copy of the one value from another arrayprotected voidRoaringArray. appendCopy(RoaringArray sa, int startingIndex, int end)Append copies of the values from another arrayConstructors in org.roaringbitmap with parameters of type RoaringArray Constructor Description FastRankRoaringBitmap(RoaringArray array)RoaringBatchIterator(RoaringArray highLowContainer)
-