摘要: Collection 接口的接口(对象集合) ├——-List 接口:元素都有索引,可以重复,有序(迭代器顺序)。 │—————-├ LinkedList 接口实现类, 双向链表, 查询慢,增删快,效率高, 没有同步, 线程不安全 │—————-├ ArrayList 接口实现类, 数组, 查询快, 阅读全文
posted @ 2022-03-23 16:04 zhαojh 阅读(88) 评论(0) 推荐(0) 编辑