基本特性: 基于红黑树。非线程安全。同步使用: SortedMap m = Collections.synchronizedSortedMap(new TreeMap(...)) 转载于:https://www.cnblogs.com/niejunlei/p/5990361.html