Class IntegerMaxAccumulateFunction

All Implemented Interfaces:
Externalizable, Serializable, AccumulateFunction<IntegerMaxAccumulateFunction.MaxData>

public class IntegerMaxAccumulateFunction extends AbstractAccumulateFunction<IntegerMaxAccumulateFunction.MaxData>
An implementation of an accumulator capable of calculating maximum values
See Also: