static Set concatCISets(Collection... l) { ret joinCISets(l); } static Set concatCISets(Iterable> l) { ret joinCISets(l); }