static int[] sortIntArrayInPlace(int[] a) { if (a != null) Arrays.sort(a); ret a; }