public interface Row
Cells in the row can be acessed through column interfaces
Modifier and Type | Method and Description |
---|---|
<T> T |
get(Column<T> column)
Get data in a specific column.
|
<T> Row |
set(Column<T> column,
T value)
Set data in a specific column.
|
<T> T get(Column<T> column)
T
- Type of columncolumn
- Column