Class MinMaxAvgFloat


  • public class MinMaxAvgFloat
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MinMaxAvgFloat()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(float value)  
      void add​(MinMaxAvgFloat other)  
      void diff​(float start, float end)  
      float getAvg​(float count)  
      float getMax()  
      float getMin()  
      float getTotal()  
      • Methods inherited from class java.lang.Object

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

      • MinMaxAvgFloat

        public MinMaxAvgFloat()
    • Method Detail

      • add

        public void add​(float value)
      • diff

        public void diff​(float start,
                         float end)
      • getMin

        public float getMin()
      • getMax

        public float getMax()
      • getTotal

        public float getTotal()
      • getAvg

        public float getAvg​(float count)