| 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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitequals, getIdentifier, hashCode, setIdentifierpublic LazyRow(RowSource source, int id)
public LazyRow(RowSource source, int id, int col, java.lang.Object value)
public java.lang.Object get(int i)
Rowpublic void set(int i,
java.lang.Object val)
throws java.lang.UnsupportedOperationException
Row