| 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) |
|
TableSlice |
TableSliceGroup.get(int i) |
|
TableSlice |
TableSlice.removeColumns(Column<?>... columns) |
|
TableSlice |
TableSlice.setName(String name) |
| Modifier and Type | Method | Description |
|---|---|---|
List<TableSlice> |
TableSliceGroup.getSlices() |
|
Iterator<TableSlice> |
TableSliceGroup.iterator() |
Returns an iterator over elements of type
T. |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
TableSliceGroup.addSlice(TableSlice slice) |
Copyright © 2021. All rights reserved.