Uses of Class
tech.tablesaw.api.Row
Packages that use Row
-
Uses of Row in tech.tablesaw.api
Methods in tech.tablesaw.api that return RowModifier and TypeMethodDescriptionTable.appendRow()
Appends an empty row and returns a Row object indexed to the newly added row so values can be set.Row.next()
Increments the row pointer, making the next row's data accessibleTable.row
(int rowIndex) Returns a new Row object with its position set to the given zero-based row index.Methods in tech.tablesaw.api that return types with arguments of type RowModifier and TypeMethodDescriptionTable.iterator()
Table.stream()
Returns the rows in this table as a StreamMethods in tech.tablesaw.api with parameters of type RowModifier and TypeMethodDescriptionAppends the given row to this table and returns the table.Method parameters in tech.tablesaw.api with type arguments of type RowModifier and TypeMethodDescriptionTable.sortOn
(Comparator<Row> rowComparator) Returns a copy of this table sorted using the given comparator -
Uses of Row in tech.tablesaw.table
Methods in tech.tablesaw.table that return types with arguments of type Row