标签:循环 for get 使用 删除 -- nbsp list index
set集合遍历:
1.迭代器
2.增强for循环:只能遍历
List集合的遍历:
1. 迭代器
2. 增强for循环
3. 普通for循环 get(index) 和size()
注:增强for循环:只能遍历,不能删除,迭代器遍历可以删除,但必须使用迭代器,普通for循环可以删除,但必须记得i--;
标签:循环 for get 使用 删除 -- nbsp list index
原文地址:http://www.cnblogs.com/loaderman/p/6407449.html