Uses of Class
org.roaringbitmap.RoaringArray
Packages that use RoaringArray
Package
Description
The org.roaringbitmap package provides
one class (
RoaringBitmap) that users
can rely upon for fast set of integers.-
Uses of RoaringArray in org.roaringbitmap
Classes in org.roaringbitmap that implement interfaces with type arguments of type RoaringArrayModifier and TypeClassDescriptionstatic classCollects containers grouped by their key into a RoaringBitmap, applying the supplied aggregation function to each group.Methods in org.roaringbitmap that return RoaringArrayMethods in org.roaringbitmap that return types with arguments of type RoaringArrayModifier and TypeMethodDescriptionParallelAggregation.ContainerCollector.accumulator()ParallelAggregation.ContainerCollector.combiner()ParallelAggregation.ContainerCollector.finisher()ParallelAggregation.ContainerCollector.supplier()Methods in org.roaringbitmap with parameters of type RoaringArrayModifier and TypeMethodDescriptionprotected voidRoaringArray.append(RoaringArray sa, int startingIndex, int end) Append the values from another array, no copy is made (use with care)Constructors in org.roaringbitmap with parameters of type RoaringArray