static Set synchroSet() { ret synchroHashSet(); } static Set synchroSet(Set set) { ret synchronizedSet(set); }