MCPcopy 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

getColumnIndexMethod · 0.95
getStringColumnMethod · 0.95
getOrderMethod · 0.95

Tested by

no test coverage detected