迭代器與Collection、Map集合

1.Iterable接口與Collection:由於Collection集合(List、Set、Queue)繼承了Iterable接口,因此迭代及foreach適用於任何Collection對象。 2.Iterable接口與Map:由於Map接口沒有繼承Iterable接口,因此Map對象不能直接使用迭代及foreach,但是Map.entrySet()、Map.keySet()、Map.valu
相關文章
相關標籤/搜索