Eclipse工具

1 ArrayList的常见方法
* a: add(参数) 向集合中添加元素
* b: get(int index) 取出集合中的元素,get方法的参数,写入索引
* c: size() 返回集合的长度, 集合存储元素的个数

2 ArrayList集合的遍历

3 ArrayList补充方法

4 换集合 实现随机点名
5 循环练习
6、数组方法练习
7 Eclipse开发工具

猜你喜欢

转载自www.cnblogs.com/lijun6/p/10514198.html