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