Interface StatisticGatherer

All Known Implementing Classes:
StatisticGatherer.CountUnique, StatisticGatherer.Mean, StatisticGatherer.Median, StatisticGatherer.Sum

public interface StatisticGatherer
A simple way of calculating statistics
Since:
v3.11
  • Method Details

    • getValue

      Number getValue(Number current, int newValue)
      Returns current value. If null, the return value will be the 0.
      Parameters:
      current - The current value. If null, the return value will be the equivalent of 0
      newValue - The value to add to the current
      Returns:
      The new value - guaranteed not to be null