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