static LS sortedAlphanumDesc(Collection c) { L l = cloneList(c); Collections.sort(l, reverseComparator(alphaNumComparator())); ret l; }