摘要: list和map是java集合中的必备类,当然他们的遍历也是至关重要的。 list的遍历: 1.for循环 2.iterator循环 3.正规的for循环 整个demo如下: map的遍历: 使用entrySet()方法遍历: demo如下: 阅读全文
posted @ 2018-05-22 18:33 键盘AQ 阅读(179) 评论(0) 推荐(0) 编辑