static int[] sortedArray(int[] a) { int[] b = cloneArray(a); Arrays.sort(b); ret b; }