static L sortedAlphaNum(Collection c) { L l = cloneList(c); Collections.sort(l, new AlphanumComparator); ret l; }