Java容器
摘要:容器 容器Collection, 底下有两个接口:Set 和 List Set:无序不可重复 List:有序可重复 容器Map, 键值段, 一个key对应一个value ArrayList, LinkedList, Vector ArrayList底层实现是数组,所以查询较快,而插入较慢。(每插入一
阅读全文
posted @ 2018-08-30 17:23
posted @ 2018-08-30 17:23
posted @ 2018-08-30 17:14
posted @ 2018-08-30 17:10
posted @ 2018-08-30 17:03
posted @ 2018-08-30 16:56