java list no duplicate code example Example: compare two lists and remove duplicates java listA.removeAll(new HashSet(listB));