java集合的并集、交集、差集

1.set1.retainAll(set2);求交集
2.set1.addAll(set2);并集
3.set1.removeAll(set2);差集
posted @ 2018-05-31 10:26  江-南  阅读(359)  评论(0编辑  收藏  举报