public class IntegerMaxAggregatorFunction extends Object implements Function<List<Integer>,Integer>
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).Constructor and Description |
---|
IntegerMaxAggregatorFunction() |
public IntegerMaxAggregatorFunction()
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.