Class Histogram.Bin<K extends Comparable>

    • Method Detail

      • getId

        public K getId()
        Gets the ID of this bin.
      • getValue

        public double getValue()
        Gets the value in the bin.
      • toString

        public String toString()
        Returns the String format for the value in the bin.
        Overrides:
        toString in class Object
      • equals

        public boolean equals​(Object o)
        Checks the equality of the bin by ID and value.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getIdValue

        public double getIdValue()