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