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