Class ResultFormatter


  • public class ResultFormatter
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static java.text.NumberFormat nf2  
      (package private) static java.text.NumberFormat nf3  
      (package private) static java.text.NumberFormat nf6  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ResultFormatter()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void print​(java.io.PrintStream printStream, Results results)  
      • Methods inherited from class java.lang.Object

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

      • nf2

        static final java.text.NumberFormat nf2
      • nf3

        static final java.text.NumberFormat nf3
      • nf6

        static final java.text.NumberFormat nf6
    • Constructor Detail

      • ResultFormatter

        private ResultFormatter()
    • Method Detail

      • print

        public static void print​(java.io.PrintStream printStream,
                                 Results results)