摘要: Map<String, HashMap<Person, String>> m=new HashMap<String, HashMap<Person, String>>(); HashMap<Person, String> h1=new HashMap<Person,String>(); HashMa 阅读全文
posted @ 2019-03-02 22:59 一半人生 阅读(930) 评论(0) 推荐(0) 编辑
摘要: 假设有数组 HashMap<Integer, String> h=new HashMap<Integer,String>(); h.put(111, "111-"); h.put(222, "222-"); 在操作之前明确几个方法的调用位置 1.keyset方法Map接口 2.get()方法,来自M 阅读全文
posted @ 2019-03-02 22:59 一半人生 阅读(529) 评论(0) 推荐(0) 编辑