Java基础巩固系列 集合(Collection)

Collection概述:   集合(Collection)的两种体系:   Collection接口继承树:   Map接口继承树:   Collection接口的常用方法: 代码示例: /** * 1.存储对象可以考虑:1.数组 2.集合 * 2.数组存储对象的特点:Student[] stu = new Student[20]; stu[0] = new Student();....
相关文章
相关标签/搜索