The collection returned from Collections2.filter is not modifiable, as well as its iterator. Is there anything similar that will return my filtered live view of the collection, but with a modifiable iterator? I need to use a method remove()on an iterator.
Thank.
source
share