| Package | Description |
|---|---|
| org.eclipse.collections.impl.collector |
| Class and Description |
|---|
| BigDecimalSummaryStatistics
BigDecimalSummaryStatistics can be used to keep a rolling count, sum, min, max and average of BigDecimal values.
|
| BigIntegerSummaryStatistics
BigIntegerSummaryStatistics can be used to keep a rolling count, sum, min, max and average of BigInteger values.
|
| SerializableDoubleSummaryStatistics
Deprecated.
since 8.2 since it will not work with Java 9 natively. Will be removed in 9.0.0.
|
| SerializableIntSummaryStatistics
Deprecated.
since 8.2 since it will not work with Java 9 natively. Will be removed in 9.0.0.
|
| SerializableLongSummaryStatistics
Deprecated.
since 8.2 since it will not work with Java 9 natively. Will be removed in 9.0.0.
|
| SummaryStatistics
Deprecated.
since 8.2 since it will not work with Java 9 natively. Will be removed in 9.0.0.
|
Copyright © 2004–2017. All rights reserved.