Class MetricResult


  • public class MetricResult
    extends java.lang.Object
    Since:
    6.0.0
    Author:
    Clément Fournier
    • Constructor Summary

      Constructors 
      Constructor Description
      MetricResult​(net.sourceforge.pmd.lang.metrics.MetricKey<?> key, java.lang.Double value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      net.sourceforge.pmd.lang.metrics.MetricKey<?> getKey()  
      java.lang.Double getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MetricResult

        public MetricResult​(net.sourceforge.pmd.lang.metrics.MetricKey<?> key,
                            java.lang.Double value)
    • Method Detail

      • getKey

        public net.sourceforge.pmd.lang.metrics.MetricKey<?> getKey()
      • getValue

        public java.lang.Double getValue()