Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ getOrder
Method
getOrder
core/src/processing/data/Table.java:4453–4455 ·
view source on GitHub ↗
(String columnName)
Source
from the content-addressed store, hash-verified
4451
4452
4453
public
IntDict getOrder(String columnName) {
4454
return
getOrder(getColumnIndex(columnName));
4455
}
4456
4457
4458
public
IntDict getOrder(
int
column) {
Callers
nothing calls this directly
Calls
3
getColumnIndex
Method · 0.95
getStringColumn
Method · 0.95
getOrder
Method · 0.95
Tested by
no test coverage detected