public static class StatisticGatherer.Mean extends Object implements StatisticGatherer
StatisticGatherer.CountUnique, StatisticGatherer.CountUniqueValue, StatisticGatherer.Mean, StatisticGatherer.MeanValue, StatisticGatherer.Median, StatisticGatherer.MedianValue, StatisticGatherer.Sum| Constructor and Description |
|---|
Mean() |
| Modifier and Type | Method and Description |
|---|---|
Number |
getValue(Number current,
int newValue)
Returns current value.
|
public Number getValue(Number current, int newValue)
StatisticGatherergetValue in interface StatisticGatherercurrent - The current value. If null, the return value will be the equivalent of 0newValue - The value to add to the currentCopyright © 2002-2018 Atlassian. All Rights Reserved.