判断题
HashMap中的存储的是单个数据。
错误
判断题 使用TreeMap存储键值对时,键必须是实现了Comparable接口的类型。
判断题 HashSet集合类实际上是使用HashMap来存储数据的。
判断题 TreeMap和HashMap都继承自抽象类AbstractMap。