We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
It is currently not possible to sort a slice of an array with the ProxySorter class.
ProxySorter
public static <T> int[] sort( final T array, final int fromIndex, // Inclusively final int toIndex, // Exlusively final Comparator<? super T> comparator );