本帖最后由 fanshuai 于 2015-2-25 23:53 编辑
请分别说出list集合的遍历方式有哪几种 传统for循环,高级for循环,Iterator,ListIterator
set集合的遍历方式有哪几种 高级for循环,Iterator
map集合的遍历方式有哪几种 entrySet, keySet
Vector的遍历方式有哪几种 传统for循环,高级for循环,Iterator, Enumeration
Properties的遍历方式有哪几种 entrySet, keySet, getProperNames, Enumeration(不用了)
不全的,或者有错误的给说一下,共同学习。
|
|