Class | 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.
|
Collectors2 |
A set of Collectors for Eclipse Collections types and algorithms.
|
SerializableDoubleSummaryStatistics |
Provides a serializable version of DoubleSummaryStatistics.
|
SerializableIntSummaryStatistics |
Provides a serializable version of IntSummaryStatistics.
|
SerializableLongSummaryStatistics |
Provides a serializable version of LongSummaryStatistics.
|
SummaryStatistics<T> |
A Summarizer can be used to aggregate statistics for multiple primitive attributes.
|
Copyright © 2004–2017. All rights reserved.