39_泛型集合的综合应用案例

      //Map迭代方式之一: 得到Entry,Entry实现了Iterator接口 HashMap<String,Integer> map=new HashMap<String,Integer>(); map.put("ljl", 26); map.put("ly", 21); map.put("czbk", 10);
相关文章
相关标签/搜索