@Internal public class IntegerSummaryAggregator extends NumericSummaryAggregator<Integer>
| Modifier and Type | Class and Description |
|---|---|
static class |
IntegerSummaryAggregator.MaxIntegerAggregator |
static class |
IntegerSummaryAggregator.MinIntegerAggregator |
static class |
IntegerSummaryAggregator.SumIntegerAggregator |
| Constructor and Description |
|---|
IntegerSummaryAggregator() |
| Modifier and Type | Method and Description |
|---|---|
protected Aggregator<Integer,Integer> |
initMax() |
protected Aggregator<Integer,Integer> |
initMin() |
protected Aggregator<Integer,Integer> |
initSum() |
protected boolean |
isInfinite(Integer number) |
protected boolean |
isNan(Integer number) |
aggregate, combine, resultprotected Aggregator<Integer,Integer> initMin()
initMin in class NumericSummaryAggregator<Integer>protected Aggregator<Integer,Integer> initMax()
initMax in class NumericSummaryAggregator<Integer>protected Aggregator<Integer,Integer> initSum()
initSum in class NumericSummaryAggregator<Integer>protected boolean isNan(Integer number)
isNan in class NumericSummaryAggregator<Integer>protected boolean isInfinite(Integer number)
isInfinite in class NumericSummaryAggregator<Integer>Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.