集合类存放于Java.util包中,主要有3种:set(集)、list(列表包含Queue)和map(映射)。
Collection:Collection是集合List、Set、Queue的最基本的接口。Iterator:迭代器,可以通过迭代器遍历集合中的数据Map:是映射表的基础接口 ArrayList源码:https://blog.csdn.net/weixin_44903953/article/details/102880906 LinkedList源码: https://blog.csdn.net/weixin_44903953/article/details/102905153 HashMap源码: https://blog.csdn.net/weixin_44903953/article/details/102936286 会不断增加文章内容,继续努力!!!