Method
sort
Sorts the elements. @return self reference
()
Source from the content-addressed store, hash-verified
| 86 | * @return self reference |
| 87 | */ |
| 88 | public TokenList sort() { |
| 89 | return sort(true); |
| 90 | } |
| 91 | |
| 92 | /** |
| 93 | * Sorts the elements. |
Tested by
no test coverage detected