Class TableFormatter


  • public final class TableFormatter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TableFormatter()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String asString​(double[][] table)  
      static java.lang.String asString​(int[][] table)  
      static java.lang.String asString​(java.lang.Object[][] table)  
      static <T> java.lang.String asString​(T[][] table, CellFormatter<T> cellFormatter)  
      • Methods inherited from class java.lang.Object

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

      • TableFormatter

        public TableFormatter()
    • Method Detail

      • asString

        public static java.lang.String asString​(double[][] table)
      • asString

        public static java.lang.String asString​(int[][] table)
      • asString

        public static java.lang.String asString​(java.lang.Object[][] table)
      • asString

        public static <T> java.lang.String asString​(T[][] table,
                                                    CellFormatter<T> cellFormatter)