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