org.tm4j.panckoucke.impl.abstraction.util.Matrix .setCell(java.lang.Object value,int rowindex,int colindex)

Description

Fills a distinct cell in the matrix with the given value. The Matrix expands automatically, if the given row lies beyond the current row count

Parameters
int colindex
int rowindex index for row, zero-based
java.lang.Object value

Other Resources

Related Topics