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
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 void
RoaringArray.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