Java的Stream中通过toMap将value中List集合类型转化为对象类型

Collectors.toMap(主键, Function.identity(), (oldValue, newValue) -> oldValue);

posted @ 2022-04-12 15:34  没有你哪有我  阅读(713)  评论(0编辑  收藏  举报