Posts by Carolina Gomes • 153 points
1 post
-
15
votes1
answer3299
viewsQ: How to compare two Arraylist and get the values shared by both?
I own two classes, they are: Filtrocity class: public class FiltroCidade { private int idCandidato; private List<String> cidades; public FiltroCidade(){ } public int getIdCandidato() { return…