static Set createOrAddToCISet(Set set, S a) { if (set == null) set = ciSet(); set.add(a); ret set; }