Sort by values in ascending order. The smallest value will be at [0]. @webref intdict:method @webBrief Sort by values in ascending order
()
| 692 | * @webBrief Sort by values in ascending order |
| 693 | */ |
| 694 | public void sortValues() { |
| 695 | sortValues(true); |
| 696 | } |
| 697 | |
| 698 | |
| 699 | /** |