Class BufferParallelAggregation.ContainerCollector

java.lang.Object
org.roaringbitmap.buffer.BufferParallelAggregation.ContainerCollector
All Implemented Interfaces:
Collector<Map.Entry<Character,List<MappeableContainer>>,MutableRoaringArray,MutableRoaringBitmap>
Enclosing class:
BufferParallelAggregation

public static class BufferParallelAggregation.ContainerCollector extends Object implements Collector<Map.Entry<Character,List<MappeableContainer>>,MutableRoaringArray,MutableRoaringBitmap>
Collects containers grouped by their key into a RoaringBitmap, applying the supplied aggregation function to each group.