Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ sortReverse
Method
sortReverse
core/src/processing/data/Table.java:4316–4318 ·
view source on GitHub ↗
(String columnName)
Source
from the content-addressed store, hash-verified
4314
4315
4316
public
void
sortReverse(String columnName) {
4317
sort(getColumnIndex(columnName), true);
4318
}
4319
4320
4321
public
void
sortReverse(
int
column) {
Callers
nothing calls this directly
Calls
2
sort
Method · 0.95
getColumnIndex
Method · 0.95
Tested by
no test coverage detected