You need a separate collection. Either build up a ...
# announcements
d
You need a separate collection. Either build up a new list consisting of only the elements you want to keep or construct a list of "things to remove", which you then remove using
removeAll
.