MCPcopy Index your code
hub / github.com/processing/processing / sortKeysReverse

Method sortKeysReverse

core/src/processing/data/IntDict.java:655–657  ·  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 @brief Sort the keys alphabetically in reverse

()

Source from the content-addressed store, hash-verified

653 * @brief Sort the keys alphabetically in reverse
654 */
655 public void sortKeysReverse() {
656 sortImpl(true, true, true);
657 }
658
659
660 /**

Callers

nothing calls this directly

Calls 1

sortImplMethod · 0.95

Tested by

no test coverage detected