Serializable, Consumer<BigInteger>, Procedure<BigInteger>public class BigIntegerSummaryStatistics extends Object implements Procedure<BigInteger>
Collectors2.summarizingBigInteger(Function), 
Serialized Form| Constructor | Description | 
|---|---|
| BigIntegerSummaryStatistics() | 
| Modifier and Type | Method | Description | 
|---|---|---|
| BigDecimal | getAverage() | |
| BigDecimal | getAverage(MathContext context) | |
| long | getCount() | |
| BigInteger | getMax() | |
| Optional<BigInteger> | getMaxOptional() | |
| BigInteger | getMin() | |
| Optional<BigInteger> | getMinOptional() | |
| BigInteger | getSum() | |
| BigIntegerSummaryStatistics | merge(BigIntegerSummaryStatistics summaryStatistics) | |
| void | value(BigInteger each) | 
public void value(BigInteger each)
value in interface Procedure<BigInteger>public long getCount()
public BigInteger getSum()
public BigInteger getMin()
public Optional<BigInteger> getMinOptional()
public BigInteger getMax()
public Optional<BigInteger> getMaxOptional()
public BigDecimal getAverage(MathContext context)
public BigDecimal getAverage()
public BigIntegerSummaryStatistics merge(BigIntegerSummaryStatistics summaryStatistics)
Copyright © 2004–2017. All rights reserved.