public class DoubleMaxAggregatorFunction extends Object implements Function<List<Double>,Double>
AbstractListBackedAggregator
which finds the maximum number in a list. It does this by traversing the list
(once) -- so the complexity of this will be O(n).public DoubleMaxAggregatorFunction()
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.