Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ lastRowIndex
Method
lastRowIndex
core/src/processing/data/Table.java:2299–2301 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2297
2298
2299
public
int
lastRowIndex() {
2300
return
getRowCount() - 1;
2301
}
2302
2303
2304
/**
Callers
1
trim
Method · 0.95
Calls
1
getRowCount
Method · 0.95
Tested by
no test coverage detected