public class MetricBase extends Object
Constructor and Description |
---|
MetricBase() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(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.
|
String |
toString()
Converts the metric class to a human readable string.
|
public boolean equals(Object o)
public int hashCode()