Constructor and Description |
---|
LazyRow(RowSource source,
int id) |
LazyRow(RowSource source,
int id,
int col,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
get(int i)
Returns the value of the field at i (zero indexed).
|
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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
equals, getIdentifier, hashCode, setIdentifier
public LazyRow(RowSource source, int id)
public LazyRow(RowSource source, int id, int col, java.lang.Object value)
public java.lang.Object get(int i)
Row
public void set(int i, java.lang.Object val) throws java.lang.UnsupportedOperationException
Row