Java 8 Lambda Delete из списка
objectA.removeIf(x -> conditions);
Nutty Nightingale
objectA.removeIf(x -> conditions);