美文网首页
2019-02-14 将hashmap转为list

2019-02-14 将hashmap转为list

作者: 小白修仙之路 | 来源:发表于2019-02-14 10:56 被阅读0次

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

      本文链接:https://www.haomeiwen.com/subject/hzwseqtx.html