Class Stat


  • public class Stat
    extends Object
    • Constructor Detail

      • Stat

        public Stat()
    • Method Detail

      • addStat

        public void addStat​(long stat)
      • getMin

        public long getMin()
      • getMax

        public long getMax()
      • getSum

        public long getSum()
      • getAverage

        public double getAverage()
      • getStdDev

        public double getStdDev()
      • clear

        public void clear()