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
Fields in org.roaringbitmap declared as RoaringArrayModifier and TypeFieldDescriptionprivate final RoaringArray
RoaringBatchIterator.highLowContainer
(package private) RoaringArray
RoaringBitmap.highLowContainer
Fields in org.roaringbitmap with type parameters of type RoaringArrayModifier and TypeFieldDescriptionprivate static final Collector
<Map.Entry<Character, List<Container>>, RoaringArray, RoaringBitmap> ParallelAggregation.XOR
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 TypeMethodDescription(package private) void
RoaringArray.append
(RoaringArray roaringArray) protected void
RoaringArray.append
(RoaringArray sa, int startingIndex, int end) Append the values from another array, no copy is made (use with care)(package private) void
RoaringArray.appendCopiesAfter
(RoaringArray sa, char beforeStart) Append copies of the values AFTER a specified key (may or may not be present) to end.(package private) void
RoaringArray.appendCopiesUntil
(RoaringArray sourceArray, char stoppingKey) Append copies of the values from another array, from the start(package private) void
RoaringArray.appendCopy
(RoaringArray sa, int index) Append copy of the one value from another array(package private) void
RoaringArray.appendCopy
(RoaringArray sa, int startingIndex, int end) Append copies of the values from another arrayConstructors in org.roaringbitmap with parameters of type RoaringArrayModifierConstructorDescriptionRoaringBatchIterator
(RoaringArray highLowContainer) (package private)
RoaringBitmap
(RoaringArray highLowContainer) Wrap an existing high low container