No subject
Fri Aug 6 17:04:17 PDT 2004
time after the Iterator is created, in any way except through the
list-iterator's own remove or add methods, the list-iterator will throw a
ConcurrentModificationException. Thus, in the face of concurrent
modification, the iterator fails quickly and cleanly, rather than risking
arbitrary, non-deterministic behavior at an undetermined time in the future.
That means my iterator will stop working after
e.removeContent((Comment)o), ain't it?
> If you want
> to look at fixing the PartialList iterator, that'd be a fine approach
> also.
Who's working on FilterList?
=====
- Noam.
__________________________________________________
Do You Yahoo!?
NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1
More information about the jdom-interest
mailing list