List<User> userList=new ArrayList<>(); //把实体里面的Id单独抽取出来 Map<Integer, User> userInfoMap= userList.stream().collect(Collectors.toMap(User::getId, Function.identity()));
posted on 2022-11-08 07:34 小目标青年 阅读(3) 评论(0) 编辑 收藏 举报