Class BigIntegerSummaryStatistics

java.lang.Object
org.eclipse.collections.impl.collector.BigIntegerSummaryStatistics
All Implemented Interfaces:
Serializable, Consumer<BigInteger>, Procedure<BigInteger>

public class BigIntegerSummaryStatistics extends Object implements Procedure<BigInteger>
BigIntegerSummaryStatistics can be used to keep a rolling count, sum, min, max and average of BigInteger values.
Since:
8.1
See Also: