摘要: 概述 List接口、Queue接口、Set接口均继承了Collection接口,而Collection接口又继承了Iterable接口。 List接口 有序、可重复 // ListIterator向前遍历 ArrayList:数组、线程不安全 LinkedList:链表、线程不安全 Vector:数 阅读全文
posted @ 2019-09-02 22:02 白芷呀 阅读(173) 评论(0) 推荐(0) 编辑