java.lang.Object
org.magicwerk.brownies.collections.helper.primitive.LongMergeSort
public class LongMergeSort
extends Object
This class implements a stable in-place merge sort.
- Author:
- Thomas Mauch
-
Method Summary
static <E> void
static <E> void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
-
sort
public static <E> void sort(ILongList list,
int from,
int to)