public class BigIntegerSummaryStatistics extends Object implements Procedure<BigInteger>
| Constructor and Description |
|---|
BigIntegerSummaryStatistics() |
| Modifier and Type | Method and 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–2022. All rights reserved.