public class Histogram.Bin extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Checks the equality of the bin by ID and value.
|
K |
getId()
Gets the ID of this bin.
|
double |
getIdValue() |
double |
getValue()
Gets the value in the bin.
|
int |
hashCode() |
String |
toString()
Returns the String format for the value in the bin.
|
public K getId()
public double getValue()
public String toString()
public boolean equals(Object o)
public double getIdValue()