Adds a value to the table. Performs the same function as #setValue(Number, Comparable, Comparable).
@param value the value (null permitted).
@param rowKey the row key (null not permitted).
@param columnKey the column key (null not permitted).
@see #setValue(Number,Comparable,Comparable)
@see #removeValue(Comparable,Comparable)
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.