Uses of Class
tech.tablesaw.table.SelectionTableSliceGroup
-
Packages that use SelectionTableSliceGroup Package Description tech.tablesaw.table -
-
Uses of SelectionTableSliceGroup in tech.tablesaw.table
Methods in tech.tablesaw.table that return SelectionTableSliceGroup Modifier and Type Method Description static SelectionTableSliceGroup
SelectionTableSliceGroup. create(Table original, String subTableNameTemplate, int step)
Creates a TableSliceGroup where each slice containsstep
number of rows from the backing table
-