类 BufferParallelAggregation.ContainerCollector

java.lang.Object
org.bitlap.roaringbitmap.buffer.BufferParallelAggregation.ContainerCollector
所有已实现的接口:
Collector<Map.Entry<Character,List<MappeableContainer>>,MutableRoaringArray,MutableRoaringBitmap>
封闭类:
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.