第12章_集合框架(Collection接口,Iterator接口,List,Set,Map,Collections工具类)
文章目录第12章_集合框架本章专题与脉络1.集合框架概述1.1生活中的容器1.2数组的特点与弊端1.3Java集合框架体系1.4集合的使用场景2.Collection接口及方法2.1添加2.2判断2.3删除2.4其它3.Iterator(迭代器)接口3.1Iterator接口3.2迭代器的执行原理3.3foreach循环4.Collection子接口1:List4.1List接口特点4.2List