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.Objecto - an instance to compare topublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(MetricBase that)