Class MergeSort<E>
java.lang.Object
org.magicwerk.brownies.collections.helper.MergeSort<E>
This class implements a stable in-place merge sort.
- Author:
- Thomas Mauch
-
Method Summary
Modifier and TypeMethodDescriptionstatic <E> voidsort(List<E> list, Comparator<? super E> comparator) static <E> voidsort(List<E> list, Comparator<? super E> comparator, int from, int to)
-
Method Details
-
sort
-
sort
-