static Set syncSet() { ret synchroHashSet(); } static Set syncSet(Cl l) { ret addAllAndReturnCollection(synchroHashSet(), l); }