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