| Author |
Possible to have ConcurrentModificationException with multiple threads?
|
V Pinto
Greenhorn
Joined: Aug 06, 2011
Posts: 4
|
|
Hi!
Given the following code
Given that at any time an external thread can call remMethod() will I ever get a ConcurrentModificationException regarding the iterator it? I made the current thread to get the lock over the hash object when iterating so, in my understanding, even if an external thread tries to run remMethod() while iterating, wont be possible to get such an exception... I'm missing something?
Regards,RG
|
 |
 |
|
|
subject: Possible to have ConcurrentModificationException with multiple threads?
|
|
|