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