public class SimpleRow extends BaseRow implements java.io.Serializable
Row
.Constructor and Description |
---|
SimpleRow(int size) |
SimpleRow(int id,
int size) |
SimpleRow(java.lang.Object[] values) |
SimpleRow(Row that) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
get(int i)
Get the value of field i.
|
void |
set(int i,
java.lang.Object val)
Set the value of field i to val.
|
int |
size()
Return the number of fields I contain.
|
equals, getIdentifier, hashCode, setIdentifier, toString
public SimpleRow(Row that)
public SimpleRow(java.lang.Object[] values)
public SimpleRow(int id, int size)
public SimpleRow(int size)