在Java中获取两个List集合的交集,可以使用java.util.List.retainAll()
方法,该方法可以保留某集合中在另一个集合中存在的元素。
columnsOld.retainAll (columnsNew);
保留columnsOld集合中,在columnsNew同时也存在的元素。
References:
- https://docs.oracle.com/javase/7/docs/api/java/util/List.html#retainAll(java.util.Collection);
- Efficient intersection of two List
in Java? ;
最新评论
本来在正常下载,突然就不能下载,并出现报错:a socket operation was attempted to an unreachable network。请问是什么原因呢
试了,还是不行,能不能更新一下
试了,确实不行,能不能更新一下
也推荐一下我自己写的 https://twitdown.com