ListMergeSortExtension<E> extension
- on
-
- List<
E>
- List<
Methods
-
mergeSort(
{int start = 0, int? end, Comparator< E> ? comparator}) → void -
Sorts this list between
start
(inclusive) andend
(exclusive) using the merge sort algorithm.