public final class Table
extends java.lang.Object
PsTableGroup.getTable(int).| Constructor and Description |
|---|
Table(ClientTable clientTable)
Internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
<RowType extends Row> |
get(int rowId)
Retrieve a row from this table.
|
void |
inc(int rowId,
RowUpdate rowUpdate)
Apply an update to a certain row.
|
public Table(ClientTable clientTable)
clientTable - internal use only.public <RowType extends Row> RowType get(int rowId)
RowType - type of the row to cast to before returning.rowId - ID of the row to retrieve.public void inc(int rowId,
RowUpdate rowUpdate)
rowId - ID of the row to update.rowUpdate - update object to apply.