[jdom-interest] Maybe a bug report related to the 'detach' method...

Alex Rosen arosen at silverstream.com
Thu Apr 11 07:08:11 PDT 2002


> Also if you use the ListIterator instead of the Iterator it shoud
> (if correctly implementet) allow modification outside the
> ListIterator.

Why do you say that? That's not true of ArrayList or LinkedList, and it's
not true of FilterList either. Both the Iterator and the ListIterator work
the same with with regard to concurrent modification.

Alex




More information about the jdom-interest mailing list