Class ArrayGroupSort


  • public final class ArrayGroupSort
    extends java.lang.Object
    Sort an array of longs, grouping the items in tuples.

    Group size decides how many longs are included in the tuples and key size controls how many items to use for comparison.

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void sort​(long[] array)  
      static void sort​(long[] array, int offset, int length)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • sort

        public static void sort​(long[] array)
      • sort

        public static void sort​(long[] array,
                                int offset,
                                int length)