public class MetricBase
extends java.lang.Object
| Constructor and Description |
|---|
MetricBase() |
| Modifier and Type | Method and Description |
|---|---|
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 equivalent.
|
int |
hashCode()
Computes a hashcode by formatting each field into its on disk representation
and summing the hashcodes of all the fields.
|
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.Object