static NavigableMap synchroNavigableMap(NavigableMap map) { ret Collections.synchronizedNavigableMap(map); }