Class IntMergeSort

java.lang.Object
org.magicwerk.brownies.collections.helper.primitive.IntMergeSort

public class IntMergeSort extends Object
This class implements a stable in-place merge sort.
Author:
Thomas Mauch
  • Method Details

    • sort

      public static <E> void sort(IIntList list)
    • sort

      public static <E> void sort(IIntList list, int from, int to)