以下实例演示了如何使用 removeAll () 方法来计算两个数组的差集:
Main.java 文件
以上代码运行输出结果为:
array1 的元素[common1, common2, notcommon2] array2 的元素[common1, common2, notcommon, notcommon1] array1 与 array2 数组差集为:[notcommon2]