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的主要内容,如果未能解决你的问题,请参考以下文章