Class BigIntegerMaxAccumulateFunction

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

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