| Constructor and Description |
|---|
JoinedRow() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRow(Row row) |
java.lang.Object |
get(int i)
Returns the value of the field at i (zero indexed).
|
Row |
getRow(int i) |
void |
set(int i,
java.lang.Object val)
Sets the value of the field at i (zero indexed).
|
int |
size()
Returns the number of fields in me.
|
equals, getIdentifier, hashCode, setIdentifier, toStringpublic void addRow(Row row)
public java.lang.Object get(int i)
Rowpublic void set(int i,
java.lang.Object val)
Rowpublic final int size()
Rowpublic Row getRow(int i)