static L sortedAlphaNum(Collection c) { ret sorted(c, new AlphanumComparator); }