摘要:
JAVA中的set有三种:HashSet,TreeSet和LinkedHashSet。 ①HashSet的输出顺序是不确定的,但是它的速度最快; ②TreeSet输出顺序是升序排列的; ③LinkedHashSet输出顺序是确定的,就是插入时的顺序。 HashSet TreeSet 阅读全文
posted @ 2019-06-24 17:17
骚皮皮
阅读(404)
评论(0)
推荐(0)
摘要:
ArrayList Vector ArrayList的线程安全版,synchronized修饰 LinkedList 阅读全文
posted @ 2019-06-24 16:30
骚皮皮
阅读(145)
评论(0)
推荐(0)

浙公网安备 33010602011771号