个人常用代码段记录-001

100 阅读1分钟

List resultList; var =personIds = resultList.stream().map(UserFace::getSuspectId).collect(Collectors.toSet());

UserFace是项目中的model类