Posts by Douglas Souza • 21 points
2 posts
-
0
votes2
answers69
viewsA: How to apply a condition if all values in a list are equal Java
I solved the problem as follows, went through the list and added a counter, comparing the value of each enrollment. public static boolean exibirModalSelecionarUsuarioPadrao(DpPessoa pessoa) {…
javaanswered Douglas Souza 21 -
2
votes2
answers69
viewsQ: How to apply a condition if all values in a list are equal Java
I have a list of People and I want to know how to know to know if all these objects are equal, Independent of any matricula, userPadrao, business rule, etc... this snippet is from Controller…
javaasked Douglas Souza 21