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 floatdict:method @webBrief Sort the keys alphabetically
()
| 694 | * @webBrief Sort the keys alphabetically |
| 695 | */ |
| 696 | public void sortKeys() { |
| 697 | sortImpl(true, false, true); |
| 698 | } |
| 699 | |
| 700 | |
| 701 | /** |