static TreeSet asCISet(Collection c) { ret toCaseInsensitiveSet(c); } static TreeSet asCISet(S... x) { ret toCaseInsensitiveSet(x); }