Sort by values in ascending order. The smallest value will be at [0]. @webref intdict:method @brief Sort by values in ascending order
()
| 653 | * @brief Sort by values in ascending order |
| 654 | */ |
| 655 | public void sortValues() { |
| 656 | sortValues(true); |
| 657 | } |
| 658 | |
| 659 | |
| 660 | /** |