static NavigableMap synchroTreeMap() { return Collections.synchronizedNavigableMap(new TreeMap()); }