Map Collection:包括 List 和 Set 线程安全(Thread-safe)的集合对象: Vector 线程安全: HashTable 线程安全: StringBuffer 线程安全 非线程安全的集合对象; ArrayList : LinkedList: HashMap: HashSet: TreeMap: TreeSet: StringBulider: 相关文章: