MATERIALIZE
Constructor and Description |
---|
ArrayRow() |
Modifier and Type | Method and Description |
---|---|
void |
cells(java.lang.Object[] cells) |
java.lang.Object |
get(int index)
Returns the element at the specified column
|
java.lang.Object[] |
materialize()
Returns a materialized view of this row.
|
int |
size() |
java.lang.String |
toString() |
public java.lang.Object get(int index)
Row
public java.lang.Object[] materialize()
Row
materialize
in interface Row
public void cells(java.lang.Object[] cells)
public java.lang.String toString()
toString
in class java.lang.Object