static Set synchronizedSet() { ret synchroHashSet(); } static Set synchronizedSet(Set set) { ret Collections.synchronizedSet(set); }