public class Row extends Object
Constructor and Description |
---|
Row() |
Modifier and Type | Method and Description |
---|---|
SortedSet<Integer> |
getColomnIndices() |
Object |
getColumnValue(int columnIndex) |
int |
getMaxColumnIndex() |
int |
getMinColumnIndex() |
Object |
getNthColumnValue(int columnIndex) |
void |
setColumnValue(int columnIndex,
Object value) |
String |
toString() |
public void setColumnValue(int columnIndex, Object value)
public int getMinColumnIndex()
public int getMaxColumnIndex()
public Object getColumnValue(int columnIndex)
public Object getNthColumnValue(int columnIndex)
Copyright © 2015 Meikel. All Rights Reserved.