2019-02-14 将hashmap转为list

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了2019-02-14 将hashmap转为list相关的知识,希望对你有一定的参考价值。

参考技术A HashMap toolUsedCountsMap =new HashMap<>();

toolUsedCountsMap.put("审计建模工具","0");

toolUsedCountsMap.put("审计联表查询工具","0");

toolUsedCountsMap.put("审计作业编辑工具","0");

toolUsedCountsMap.put("审计记录统计分析工具","0");

List countList =new ArrayList(toolUsedCountsMap.entrySet());

以上是关于2019-02-14 将hashmap转为list的主要内容,如果未能解决你的问题,请参考以下文章

用java,怎么把php数组转换成HashMap或者集合

java 怎么把map转为json

踩坑:HashMap与String字符串互转的问题

踩坑:HashMap与String字符串互转的问题

Android 相关重难点知识整理

Android 相关重难点知识整理