Interface MStatisticsAccumulator

    • Method Detail

      • add

        void add​(double value)
        Adds a value to the statistics accumulator.
        Parameters:
        value - the value to add
      • combine

        void combine​(EnhancedDoubleStatistics statistics)
        Combines the given statistics with this one.
        Parameters:
        statistics - the statistics to combine