Java 8 Lambda Excluir da lista
objectA.removeIf(x -> conditions);
Nutty Nightingale
objectA.removeIf(x -> conditions);