Posts by Herbert Bruno Nogueira Santos • 1 point
1 post
-
0
votes3
answers171
viewsA: How to filter a list of objects? How can I write this method better?
public class Teste { public static void main(String[] args) { Teste teste = new Teste(); List<Projeto> projetos = new ArrayList<>(); Projeto projeto = new…
javaanswered Herbert Bruno Nogueira Santos 1