java比较两个List中的不同元素 查找两个集合中的不同元素

public class Category { private int categId; private String categName; .... } 假设有这个集合, List<Category> metaCategs , 需要把categId 在下面数组中的category从metaCategs移除 Integer[] removeCategIds =ne
相关文章
相关标签/搜索