@Internal public class ShortSummaryAggregator extends NumericSummaryAggregator<Short>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ShortSummaryAggregator.MaxShortAggregator
Aggregator for max operation.
|
static class |
ShortSummaryAggregator.MinShortAggregator
Aggregator for min operation.
|
static class |
ShortSummaryAggregator.SumShortAggregator
Aggregator for sum operation.
|
| 构造器和说明 |
|---|
ShortSummaryAggregator() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Aggregator<Short,Short> |
initMax() |
protected Aggregator<Short,Short> |
initMin() |
protected Aggregator<Short,Short> |
initSum() |
protected boolean |
isInfinite(Short number) |
protected boolean |
isNan(Short number) |
static Short |
max(Short a,
Short b)
Like Math.max() except for shorts.
|
static Short |
min(Short a,
Short b)
Like Math.min() except for shorts.
|
aggregate, combine, resultprotected Aggregator<Short,Short> initMin()
initMin 在类中 NumericSummaryAggregator<Short>protected Aggregator<Short,Short> initMax()
initMax 在类中 NumericSummaryAggregator<Short>protected Aggregator<Short,Short> initSum()
initSum 在类中 NumericSummaryAggregator<Short>protected boolean isNan(Short number)
isNan 在类中 NumericSummaryAggregator<Short>protected boolean isInfinite(Short number)
isInfinite 在类中 NumericSummaryAggregator<Short>Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.