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 floatdict:method @webBrief Sort the keys alphabetically in reverse
()
| 706 | * @webBrief Sort the keys alphabetically in reverse |
| 707 | */ |
| 708 | public void sortKeysReverse() { |
| 709 | sortImpl(true, true, true); |
| 710 | } |
| 711 | |
| 712 | |
| 713 | /** |