Class StatPrinter


  • public class StatPrinter
    extends java.lang.Object
    utility for printing stat values s
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.io.PrintStream out  
    • Constructor Summary

      Constructors 
      Constructor Description
      StatPrinter​(java.io.PrintStream out)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void print​(Stat stat)  
      • Methods inherited from class java.lang.Object

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

      • out

        protected java.io.PrintStream out
    • Constructor Detail

      • StatPrinter

        public StatPrinter​(java.io.PrintStream out)
    • Method Detail

      • print

        public void print​(Stat stat)