public static class DoubleSummaryAggregator.MinDoubleAggregator extends Object implements Aggregator<Double,Double>
| Constructor and Description |
|---|
DoubleSummaryAggregator.MinDoubleAggregator() |
public DoubleSummaryAggregator.MinDoubleAggregator()
public void aggregate(Double value)
Aggregatoraggregate in interface Aggregator<Double,Double>public void combine(Aggregator<Double,Double> other)
Aggregatorcombine in interface Aggregator<Double,Double>public Double result()
Aggregatorresult in interface Aggregator<Double,Double>Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.