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

Method getStringList

core/src/processing/data/Table.java:4487–4489  ·  view source on GitHub ↗
(String columnName)

Source from the content-addressed store, hash-verified

4485
4486
4487 public StringList getStringList(String columnName) {
4488 return new StringList(getStringColumn(columnName));
4489 }
4490
4491
4492 public StringList getStringList(int column) {

Callers

nothing calls this directly

Calls 1

getStringColumnMethod · 0.95

Tested by

no test coverage detected