Interface HistogramEntry.Builder

    • Method Detail

      • value

        HistogramEntry.Builder value​(Double value)

        The value of the entry.

        Parameters:
        value - The value of the entry.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • count

        HistogramEntry.Builder count​(Integer count)

        The prevalence of the entry.

        Parameters:
        count - The prevalence of the entry.
        Returns:
        Returns a reference to this object so that method calls can be chained together.