摘要: 迭代器方式遍历 迭代器 EntrySet public class HashMapDemo { public static void main(String[] args) { Map<Integer, String> map = new HashMap<>(); map.put(1, "a"); 阅读全文
posted @ 2022-06-26 17:10 栗子leeleezl 阅读(63) 评论(0) 推荐(0) 编辑