getObject(Comparable rowKey, Comparable columnKey) Returns the object for the given row and column keys.
Parameters: rowKey - the row key. Parameters: columnKey - the column key.
Adds an object to the table. Performs the same function as setObject().
Parameters: object - the object. Parameters: rowKey - the row key. Parameters: columnKey - the column key.