public static class IntegerSummaryAggregator.MaxIntegerAggregator extends Object implements Aggregator<Integer,Integer>
public void aggregate(Integer value)
Aggregatoraggregate 在接口中 Aggregator<Integer,Integer>public void combine(Aggregator<Integer,Integer> other)
Aggregator(Implementations will need to do an unchecked cast).
combine 在接口中 Aggregator<Integer,Integer>public Integer result()
Aggregatorresult 在接口中 Aggregator<Integer,Integer>Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.