Adds a new value to this table specified by the given column and row. If the specified column and row already contain a value, the old value is overwritten by the given value. If the table doesn't contain the given column, an exception is thrown. New rows are added on the fly to the table when adding values.
@param column the column of the value
@param row the row of the value
@param value the new value to be added to the table
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.