Sort by values in ascending order. The smallest value will be at [0]. @webref intdict:method @webBrief Sort by values in ascending order
()
| 667 | * @webBrief Sort by values in ascending order |
| 668 | */ |
| 669 | public void sortValues() { |
| 670 | sortValues(true); |
| 671 | } |
| 672 | |
| 673 | |
| 674 | /** |