List 的removeif 和Stream 的 filter 区别与使用
https://blog.csdn.net/qq_33829547/article/details/80279488
removeif 是满足条件的剔除掉
filter是把满足条件的过滤出来
stream和list是可以互相转换的
下班记得打卡
https://blog.csdn.net/qq_33829547/article/details/80279488
removeif 是满足条件的剔除掉
filter是把满足条件的过滤出来
stream和list是可以互相转换的