Map<String,List<Integer>> map=new HashMap<String,List<Integer>>(); 这个泛型,怎么给Map和List,加入对象... 这个泛型,怎么给Map和List,加入对象 展开 我来答 可选中1个或多个下面的关键词,搜索相关资料。也可直接点“搜索资料”搜索整个问题。 hashmap map string list integer 搜索资料 1个回答 #热议# 在购买新能源车时,要注意哪些? sxyandapp 2013-12-31 · TA获得超过276个赞 知道小有建树答主 回答量:325 采纳率:0% 帮助的人:108万 我也去答题访问个人页 关注 展开全部 你可以先new一个List,然后把List放到map里,比如:LIst<Integer> myList = new ArrayList<Integer>();myList.add(123);map.put("list1",myLIst);就可以了 本回答被提问者和网友采纳 已赞过 已踩过< 你对这个回答的评价是? 评论 收起 推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询 其他类似问题 2015-04-11 List转为数组:List<Map<String, Integer>> data = new ArrayList<Map<String, Integer>>(); 2012-05-19 HashMap<String, Integer> hm = new HashMap<String, Integer>()什么意思? 9 2016-04-25 List<Map<String, Integer>> 遍历相加 8 2017-10-15 java中字符串类型的List中某一元素与Map<String,Integer> map的键进行比较,怎么写代码呢? 2018-05-30 java 定义一下这种多嵌套类型的Map Map<String, List<List<String>>> map= new HashMap<>(); 该如何赋值 3 2017-04-26 HashMap<String, Integer>的初始化 2016-04-25 java 对于Map<String,Map<String,Integer>>可以通过赋予得到里面的map吗? 3 2017-09-18 map<Integer,List>转String[]怎样转? 1 更多类似问题 > 为你推荐: