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

Method lastRowIndex

core/src/processing/data/Table.java:2266–2268  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2264
2265
2266 public int lastRowIndex() {
2267 return getRowCount() - 1;
2268 }
2269
2270
2271 /**

Callers 1

trimMethod · 0.95

Calls 1

getRowCountMethod · 0.95

Tested by

no test coverage detected