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