static SortedMap synchroSortedMap(SortedMap map) { ret Collections.synchronizedSortedMap(map); }