Class Metrics.Entry<T>

  • Enclosing class:
    Metrics

    public static class Metrics.Entry<T>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String description  
      protected java.util.function.Supplier<T> supplier  
      protected java.lang.reflect.AccessibleObject type  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Entry​(java.lang.reflect.AccessibleObject type, java.lang.String description, java.util.function.Supplier<T> method)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String description()  
      java.util.function.Supplier<T> supplier()  
      java.lang.String toString()  
      java.lang.reflect.AccessibleObject type()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • type

        protected final java.lang.reflect.AccessibleObject type
      • description

        protected final java.lang.String description
      • supplier

        protected final java.util.function.Supplier<T> supplier
    • Constructor Detail

      • Entry

        protected Entry​(java.lang.reflect.AccessibleObject type,
                        java.lang.String description,
                        java.util.function.Supplier<T> method)
    • Method Detail

      • type

        public java.lang.reflect.AccessibleObject type()
      • description

        public java.lang.String description()
      • supplier

        public java.util.function.Supplier<T> supplier()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object