static TreeSet litciset(S... items) { TreeSet set = caseInsensitiveSet(); for (S a : items) set.add(a); ret set; }