public final class DoubleSumAggregatorFunction extends Object implements UnaryFunction<List<Double>,Double>
AbstractListBackedAggregator
which sums up all the numbers in the list.| Constructor and Description |
|---|
DoubleSumAggregatorFunction() |
public DoubleSumAggregatorFunction()
public Double evaluate(List<Double> data)
evaluate in interface UnaryFunction<List<Double>,Double>data - List to traverse and sumCopyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.