MCPcopy Index your code
hub / github.com/processing/processing / clearRows

Method clearRows

core/src/processing/data/Table.java:2277–2279  ·  view source on GitHub ↗

@webref table:method @brief Removes all rows from a table @see Table#addRow() @see Table#removeRow(int)

()

Source from the content-addressed store, hash-verified

2275 * @see Table#removeRow(int)
2276 */
2277 public void clearRows() {
2278 setRowCount(0);
2279 }
2280
2281
2282 public void setRowCount(int newCount) {

Callers 1

updateErrorTableMethod · 0.45

Calls 1

setRowCountMethod · 0.95

Tested by

no test coverage detected