摘要:
一、分组(单个字段) 1、分组:Map<Integer,List<BaseOrganizationVO>> iuIdMap = list.stream().collect(Collectors.groupingBy(BaseOrganizationVO :: getOrgId)); 2、取值: if 阅读全文
posted @ 2021-01-22 14:19
哎丫丫呀喂
阅读(7491)
评论(0)
推荐(0)
摘要:
String auctionBlockIds="45,46,47"; 一、String 转List<String> List<String> auctionBlockId= Arrays.asList(auctionBlockIds.split(",")).stream().map(block -> 阅读全文
posted @ 2021-01-22 14:04
哎丫丫呀喂
阅读(5881)
评论(2)
推荐(1)

浙公网安备 33010602011771号