1、Arrays.sort(int[] a)
2、Arrays.sort(int[] a, int fromIndex, int toIndex)
3、public static <T> void sort(T[] a,int fromIndex, int toIndex, Comparator<? super T> c)
1、Arrays.sort(int[] a)
2、Arrays.sort(int[] a, int fromIndex, int toIndex)
3、public static <T> void sort(T[] a,int fromIndex, int toIndex, Comparator<? super T> c)