Package | Description |
---|---|
tech.tablesaw.api | |
tech.tablesaw.table |
Constructor | Description |
---|---|
Row(TableSlice tableSlice) |
Constructs a Row object for the given TableSlice
|
Row(TableSlice tableSlice,
int rowNumber) |
Constructs a Row object for the given TableSlice, with the Row positioned at the given 0-based
index
|
Modifier and Type | Method | Description |
---|---|---|
TableSlice |
TableSlice.addColumns(Column<?>... column) |
Adds the given columns to this Relation and returns the same relation.
|
TableSlice |
TableSliceGroup.get(int i) |
Returns the ith slice in this group
|
TableSlice |
TableSlice.removeColumns(Column<?>... columns) |
Removes the given columns from this Relation and returns the same relation.
|
TableSlice |
TableSlice.setName(String name) |
Sets the name of this Relation and returns the same relation.
|
Modifier and Type | Method | Description |
---|---|---|
List<TableSlice> |
TableSliceGroup.getSlices() |
Returns the slices as a list
|
Iterator<TableSlice> |
TableSliceGroup.iterator() |
Returns an iterator over elements of type
T . |
Modifier and Type | Method | Description |
---|---|---|
protected void |
TableSliceGroup.addSlice(TableSlice slice) |
Add a slice to this group
|
Copyright © 2022. All rights reserved.