05 2020 档案

记录使用Stream转多层map数据结构及遇到的坑
摘要:首先是List转Map<key,value>数据结构: Map<String, Integer> result = cloudStoreUserSearchInfoList.stream() .collect(Collectors.toMap(CloudStoreUserSearchInfo::ge 阅读全文
posted @ 2020-05-15 10:50 犹豫就会败北 阅读(2348) 评论(0) 推荐(0)