摘要: 各种集合的线程安全 线程安全(Thread safe)的集合对象: Vector HashTable StringBuffer 非线程安全的集合对象: ArrayList : LinkedList: HashMap: HashSet: TreeMap: TreeSet: StringBulider: 阅读全文
posted @ 2019-07-14 14:01 白玉神驹 阅读(373) 评论(0) 推荐(1)