@Internal public class ShortSummaryAggregator extends NumericSummaryAggregator<Short>
| Modifier and Type | Class and Description |
|---|---|
static class |
ShortSummaryAggregator.MaxShortAggregator |
static class |
ShortSummaryAggregator.MinShortAggregator |
static class |
ShortSummaryAggregator.SumShortAggregator |
| Constructor and Description |
|---|
ShortSummaryAggregator() |
| Modifier and Type | Method and Description |
|---|---|
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 in class NumericSummaryAggregator<Short>protected Aggregator<Short,Short> initMax()
initMax in class NumericSummaryAggregator<Short>protected Aggregator<Short,Short> initSum()
initSum in class NumericSummaryAggregator<Short>protected boolean isNan(Short number)
isNan in class NumericSummaryAggregator<Short>protected boolean isInfinite(Short number)
isInfinite in class NumericSummaryAggregator<Short>Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.