static TreeSet caseInsensitiveSet() { ret new CISet; } static TreeSet caseInsensitiveSet(Collection c) { ret toCaseInsensitiveSet(c); }