public class MetricDouble extends MetricValue
Constructor and Description |
---|
MetricDouble(double value) |
MetricDouble(MetricId metricId,
double value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
double |
getDouble() |
int |
hashCode() |
boolean |
isDouble() |
java.lang.String |
toString() |
getLong, getMetricId, getStat, isLong, isStat
public MetricDouble(MetricId metricId, double value)
public MetricDouble(double value)
public boolean isDouble()
isDouble
in class MetricValue
public double getDouble()
getDouble
in class MetricValue
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object