|
Open Journal Systems
3.3.0
|
Static Public Member Functions | |
| static | sort (ArrayList &$list, Comparator $comparator) |
Definition at line 12 of file Collections.php.
|
static |
Sorts the specified list according to the order induced by the specified comparator. All elements in the list must be mutually comparable.
| ArrayList | $list | |
| Comparator | $comparator |
Definition at line 22 of file Collections.php.
References Seboettg\Collection\ToArrayInterface\toArray().
Referenced by Seboettg\Collection\Test\CollectionsTest\testSort(), and Seboettg\Collection\Test\CollectionsTest\testSortCustomOrder().