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