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