if I try to remove an element of a mutable map whi...
# announcements
c
if I try to remove an element of a mutable map while iterating it, it works... why doesn't it throw the ConcurrentModificationException?