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

Method sortKeysReverse

core/src/processing/data/LongDict.java:658–660  ·  view source on GitHub ↗

Sort the keys alphabetically in reverse (ignoring case). Uses the value as a tie-breaker (only really possible with a key that has a case change). @webref intdict:method @webBrief Sort the keys alphabetically in reverse

()

Source from the content-addressed store, hash-verified

656 * @webBrief Sort the keys alphabetically in reverse
657 */
658 public void sortKeysReverse() {
659 sortImpl(true, true, true);
660 }
661
662
663 /**

Callers

nothing calls this directly

Calls 1

sortImplMethod · 0.95

Tested by

no test coverage detected