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