Class SimpleMetric

  • All Implemented Interfaces:
    Metric

    public class SimpleMetric
    extends java.lang.Object
    implements Metric
    A metric with one value
    • Constructor Detail

    • Method Detail

      • getValue

        public java.util.Map<java.lang.String,​java.lang.Object> getValue()
        Specified by:
        getValue in interface Metric
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object