Class BigIntegerSumAccumulateFunction

All Implemented Interfaces:
Externalizable, Serializable, AccumulateFunction<BigIntegerSumAccumulateFunction.SumData>

public class BigIntegerSumAccumulateFunction extends AbstractAccumulateFunction<BigIntegerSumAccumulateFunction.SumData>
An implementation of an accumulator capable of calculating sum of values
See Also: