如何去除ArrayList中的重複元素?(相同的數據和屬性值相等的用戶自定義對象)

如何去除ArrayList中的重複對象? 1.去除重複字符串 去重方法 private ArrayList getList(List list){ ArrayList newList=new ArrayList(); Iterator iterator=list.iterator(); //如果已知數組中還有元素 while (iterator.hasNext()){ //newList中不包括該
相關文章
相關標籤/搜索