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, toString
public void addRow(Row row)
public java.lang.Object get(int i)
Row
public void set(int i, java.lang.Object val)
Row
public final int size()
Row
public Row getRow(int i)