static Set mergeTreeSets(Cl... l) { new TreeSet set; for (Cl o : l) if (o != null) set.addAll(o); ret set; }