static L sortedIgnoreCase(Collection c) { L l = cloneList(c); Collections.sort(l, caseInsensitiveComparator()); ret l; }