Sort by values in ascending order (largest value will be at [0]). @webref floatdict:method @webBrief Sort by values in ascending order
()
| 717 | * @webBrief Sort by values in ascending order |
| 718 | */ |
| 719 | public void sortValues() { |
| 720 | sortValues(true); |
| 721 | } |
| 722 | |
| 723 | |
| 724 | /** |