Interface Gauge<T extends Number>


public interface Gauge<T extends Number>
A guage is a value that has only one value at a specific point in time. An example is the number of elements in a queue. The value of T must be some numeric type.
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • getDefaultValue

      T getDefaultValue()
    • getSample

      T getSample()