Class Table.RowPair

java.lang.Object
tech.tablesaw.api.Table.RowPair
Enclosing class:
Table

@Deprecated public static class Table.RowPair extends Object
Deprecated.
  • Constructor Details

    • RowPair

      public RowPair(Row first, Row second)
      Deprecated.
  • Method Details

    • getFirst

      public Row getFirst()
      Deprecated.
    • getSecond

      public Row getSecond()
      Deprecated.