Class TextTable.Row

  • Enclosing class:
    TextTable

    public static class TextTable.Row
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.ArrayList<java.lang.String> values  
    • Constructor Summary

      Constructors 
      Constructor Description
      Row()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> format​(java.util.List<TextTable.Column> columns, java.lang.String padding)  
      • Methods inherited from class java.lang.Object

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

      • values

        private final java.util.ArrayList<java.lang.String> values
    • Constructor Detail

      • Row

        public Row()
    • Method Detail

      • format

        public java.util.List<java.lang.String> format​(java.util.List<TextTable.Column> columns,
                                                       java.lang.String padding)