MCPcopy Index your code
hub / github.com/benfry/processing4 / sortReverse

Method sortReverse

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

Source from the content-addressed store, hash-verified

4413
4414
4415 public void sortReverse(String columnName) {
4416 sort(getColumnIndex(columnName), true);
4417 }
4418
4419
4420 public void sortReverse(int column) {

Callers

nothing calls this directly

Calls 2

sortMethod · 0.95
getColumnIndexMethod · 0.95

Tested by

no test coverage detected