public static class Histogram.Bin<K extends java.lang.Comparable>
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.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() |
java.lang.String |
toString()
Returns the String format for the value in the bin.
|
public K getId()
public double getValue()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic double getIdValue()