Class Table.Tree

  • Enclosing class:
    Table

    public static class Table.Tree
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Tree​(java.lang.String... headers)  
      Tree​(java.util.List<java.lang.String> headers)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(Table.Node line)  
      void addAll​(java.util.Collection<Table.Node> nodes)  
      java.lang.String build()  
      • Methods inherited from class java.lang.Object

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

      • Tree

        public Tree​(java.lang.String... headers)
      • Tree

        public Tree​(java.util.List<java.lang.String> headers)
    • Method Detail

      • addAll

        public void addAll​(java.util.Collection<Table.Node> nodes)
      • build

        public java.lang.String build()