Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ getString
Method
getString
core/src/processing/data/Table.java:2760–2762 ·
view source on GitHub ↗
(int column)
Source
from the content-addressed store, hash-verified
2758
}
2759
2760
public
String getString(
int
column) {
2761
return
table.getString(row, column);
2762
}
2763
2764
public
String getString(String columnName) {
2765
return
table.getString(row, columnName);
Callers
1
write
Method · 0.95
Calls
1
getString
Method · 0.65
Tested by
no test coverage detected