static L sortedIgnoreCase(L l) { Collections.sort(l = cloneList(l), String.CASE_INSENSITIVE_ORDER); ret l; }