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

Method getRowCount

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

@webref table:method @brief Gets the number of rows in a table @see Table#getColumnCount()

()

Source from the content-addressed store, hash-verified

2259 * @see Table#getColumnCount()
2260 */
2261 public int getRowCount() {
2262 return rowCount;
2263 }
2264
2265
2266 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