public class MetricBase
extends java.lang.Object
Constructor and Description |
---|
MetricBase() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(MetricBase that) |
boolean |
equals(java.lang.Object o)
An equals method that checks equality by asserting that the classes are of the exact
same type and that all public fields are equal.
|
int |
hashCode() |
java.lang.String |
toString()
Converts the metric class to a human readable string.
|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- an instance to compare topublic int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(MetricBase that)