static Map synchronizedMap() { ret synchroMap(); } static Map synchronizedMap(Map map) { ret synchroMap(map); }