Class Histogram.Bin<K extends Comparable>
java.lang.Object
htsjdk.samtools.util.Histogram.Bin<K>
- All Implemented Interfaces:
Serializable
- Enclosing class:
Histogram<K extends Comparable>
Represents a bin in the Histogram.
- See Also:
-
Method Summary
-
Method Details
-
getId
Gets the ID of this bin. -
getValue
public double getValue()Gets the value in the bin. -
toString
-
equals
-
hashCode
-
getIdValue
public double getIdValue()
-