集合之List和Set
摘要:
集合之List和Set Collection下的子接口:List、Set 一、List List集合下最常见的集合类有两个:ArrayList和LinkedList 众所周知,ArrayList底层是数组,LinkedList底层是链表。数组遍历速度快,LinkedList增删元素快。 1.1、为什 阅读全文
posted @ 2020-06-14 19:04 一串代码 阅读(399) 评论(0) 推荐(0)
2020年6月14日 #
posted @ 2020-06-14 19:04 一串代码 阅读(399) 评论(0) 推荐(0)
2020年6月13日 #
posted @ 2020-06-13 22:26 一串代码 阅读(534) 评论(0) 推荐(0)
posted @ 2020-06-13 19:30 一串代码 阅读(620) 评论(0) 推荐(0)
posted @ 2020-06-13 15:08 一串代码 阅读(1736) 评论(0) 推荐(0)