List.stream

java8 List去掉重复对象的几种方法
根据对象的属性去重参考:一、去除List中重复的StringpublicListremoveStringListDupli(ListstringList){  Setset=newLinkedHashSetunique=list.stream
·2022-04-08 13:15