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
()
| 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 |