Method Summary |
|
public int | getColumnIndex(Comparable key) Returns the column index for a given key.
Parameters: key - the column key. |
public Comparable | getColumnKey(int column) Returns the column key for a given index.
Parameters: column - the column index (zero-based). |
public List | getColumnKeys() Returns the column keys. |
public int | getRowIndex(Comparable key) Returns the row index for a given key.
Parameters: key - the row key. |
public Comparable | getRowKey(int row) Returns the row key for a given index.
Parameters: row - the row index (zero-based). |
public List | getRowKeys() Returns the row keys. |
public Number | getValue(Comparable rowKey, Comparable columnKey) Returns the value associated with the specified keys.
Parameters: rowKey - the row key (null not permitted). Parameters: columnKey - the column key (null not permitted). |