Java基礎鞏固系列 集合(Collection)

Collection概述:   集合(Collection)的兩種體系:   Collection接口繼承樹:   Map接口繼承樹:   Collection接口的常用方法: 代碼示例: /** * 1.存儲對象可以考慮:1.數組 2.集合 * 2.數組存儲對象的特點:Student[] stu = new Student[20]; stu[0] = new Student();....
相關文章
相關標籤/搜索