Java之TreeMap时间:2021-06-27 21:29:05基本特性: 基于红黑树。 非线程安全。 同步使用: SortedMap m = Collections.synchronizedSortedMap(new TreeMap(...))