MCPcopy Index your code
hub / github.com/benfry/processing4 / getRowCount

Method getRowCount

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

Returns the total number of rows in a Table . @webref table:method @webBrief Returns the total number of rows in a Table @see Table#getColumnCount()

()

Source from the content-addressed store, hash-verified

2292 * @see Table#getColumnCount()
2293 */
2294 public int getRowCount() {
2295 return rowCount;
2296 }
2297
2298
2299 public int lastRowIndex() {

Callers 15

parseBasicMethod · 0.95
parseIntoMethod · 0.95
writeHTMLMethod · 0.95
saveBinaryMethod · 0.95
setColumnTypesMethod · 0.95
lastRowIndexMethod · 0.95
addRowMethod · 0.95
addRowsMethod · 0.95
trimMethod · 0.95
sortMethod · 0.95
sizeMethod · 0.95
getRowMapMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected