java.lang.Object
org.magicwerk.brownies.collections.helper.primitive.ByteMergeSort
public class ByteMergeSort
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(IByteList list,
int from,
int to)