Interface StatisticSet.Builder

    • Method Detail

      • maximum

        StatisticSet.Builder maximum​(Double maximum)

        Internal only. The maximum value of the sample set.

        Parameters:
        maximum - Internal only. The maximum value of the sample set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • minimum

        StatisticSet.Builder minimum​(Double minimum)

        Internal only. The minimum value of the sample set.

        Parameters:
        minimum - Internal only. The minimum value of the sample set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sampleCount

        StatisticSet.Builder sampleCount​(Integer sampleCount)

        Internal only. The number of samples used for the statistic set.

        Parameters:
        sampleCount - Internal only. The number of samples used for the statistic set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sum

        StatisticSet.Builder sum​(Double sum)

        Internal only. The sum of values for the sample set.

        Parameters:
        sum - Internal only. The sum of values for the sample set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.