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

Method sortKeys

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

Sort the keys alphabetically (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

()

Source from the content-addressed store, hash-verified

645 * @webBrief Sort the keys alphabetically
646 */
647 public void sortKeys() {
648 sortImpl(true, false, true);
649 }
650
651 /**
652 * Sort the keys alphabetically in reverse (ignoring case). Uses the value as a

Callers

nothing calls this directly

Calls 1

sortImplMethod · 0.95

Tested by

no test coverage detected