Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ getStringList
Method
getStringList
core/src/processing/data/Table.java:4586–4588 ·
view source on GitHub ↗
(String columnName)
Source
from the content-addressed store, hash-verified
4584
4585
4586
public
StringList getStringList(String columnName) {
4587
return
new
StringList(getStringColumn(columnName));
4588
}
4589
4590
4591
public
StringList getStringList(
int
column) {
Callers
1
WordList
Method · 0.45
Calls
1
getStringColumn
Method · 0.95
Tested by
no test coverage detected