当前位置: 首页 > 图灵资讯 > 技术篇> Map键覆盖

Map键覆盖

来源:图灵教育
时间:2023-06-25 14:18:22

Map<Integer, String> map = list.stream().collect(Collectors.toMap(Person::getId, Person::getName,(oldValue, newValue) -> newValue));