static void sortInPlaceIC(L l) { sortInPlace(l, caseInsensitiveComparator()); }