Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道红黑树用于 TreeSet。
我想知道 TreeMap 使用的数据结构是什么?
谢谢。
treeset 内部使用treemap,所以只有红黑树
检查 javadoc 了解详细信息http://docs.oracle.com/javase/6/docs/api/java/util/TreeMap.html