Class ResultTable.Builder

  • Enclosing class:
    ResultTable

    public static class ResultTable.Builder
    extends java.lang.Object
    A builder for building ResultTables.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addRow​(@NotNull java.util.List<java.lang.Object> row)  
      @NotNull ResultTable build()  
      • Methods inherited from class java.lang.Object

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

      • addRow

        public void addRow​(@NotNull
                           @NotNull java.util.List<java.lang.Object> row)