static SortedMap synchroTreeMap() { return Collections.synchronizedSortedMap(new TreeMap()); }