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