Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ getOrder
Method
getOrder
core/src/processing/data/Table.java:4552–4554 ·
view source on GitHub ↗
(String columnName)
Source
from the content-addressed store, hash-verified
4550
4551
4552
public
IntDict getOrder(String columnName) {
4553
return
getOrder(getColumnIndex(columnName));
4554
}
4555
4556
4557
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