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 @brief Sort the keys alphabetically
()
| 658 | * @brief Sort the keys alphabetically |
| 659 | */ |
| 660 | public void sortKeys() { |
| 661 | sortImpl(true, false, true); |
| 662 | } |
| 663 | |
| 664 | |
| 665 | /** |