static int[] sortIntArrayInPlaceWithComparator(int[] a, Comparator comparator) { sortInPlace(wrapIntArrayAsList(a), comparator); ret a; }