Uses of Class
tech.tablesaw.table.TableSlice
Packages that use TableSlice
-
Uses of TableSlice in tech.tablesaw.api
Constructors in tech.tablesaw.api with parameters of type TableSliceModifierConstructorDescriptionRow
(TableSlice tableSlice) Constructs a Row object for the given TableSliceRow
(TableSlice tableSlice, int rowNumber) Constructs a Row object for the given TableSlice, with the Row positioned at the given 0-based index -
Uses of TableSlice in tech.tablesaw.table
Methods in tech.tablesaw.table that return TableSliceModifier and TypeMethodDescriptionTableSlice.addColumns
(Column<?>... column) Adds the given columns to this Relation and returns the same relation.TableSliceGroup.get
(int i) Returns the ith slice in this groupTableSlice.removeColumns
(Column<?>... columns) Removes the given columns from this Relation and returns the same relation.Sets the name of this Relation and returns the same relation.Methods in tech.tablesaw.table that return types with arguments of type TableSliceModifier and TypeMethodDescriptionTableSliceGroup.getSlices()
Returns the slices as a listTableSliceGroup.iterator()
Returns an iterator over elements of typeT
.Methods in tech.tablesaw.table with parameters of type TableSliceModifier and TypeMethodDescriptionprotected void
TableSliceGroup.addSlice
(TableSlice slice) Add a slice to this group