📜  比较两个列表并删除重复项 java - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:22.336000             🧑  作者: Mango

代码示例2
listA.removeAll(new HashSet(listB));