[jdom-interest] Stack & Threads
Alex Rosen
arosen at silverstream.com
Tue Mar 5 10:40:15 PST 2002
> The concurrent modification checking follows the collections model with
> "fail fast" behavior -- actions aren't synchronized, but you do get an
> exception if the data you're relying on has been altered by another
> thread.
... or in the same thread, but not via the iterator. The
concurrent-modification-checking code is only in the iterator, so that we'll
fail-fast if someone changes the underlying list out from under us.
Alex
More information about the jdom-interest
mailing list