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
()
| 670 | * @webBrief Sort the keys alphabetically |
| 671 | */ |
| 672 | public void sortKeys() { |
| 673 | sortImpl(true, false, true); |
| 674 | } |
| 675 | |
| 676 | /** |
| 677 | * Sort the keys alphabetically in reverse (ignoring case). Uses the value as a |