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