Class MinMaxAvgLong


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

      Constructors 
      Constructor Description
      MinMaxAvgLong()  
    • Method Summary

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

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

      • MinMaxAvgLong

        public MinMaxAvgLong()
    • Method Detail

      • add

        public void add​(long value)
      • diff

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

        public long getMin()
      • getMax

        public long getMax()
      • getTotal

        public long getTotal()
      • getAvg

        public long getAvg​(long count)