static L sortedByComparator(Collection l, Comparator c) { L l2 = cloneList(l); sort(l2, c); ret l2; }