static Map synchroMap() { ret synchroHashMap(); } static Map synchroMap(Map map) { ret Collections.synchronizedMap(map); }