Issue 6907: ReflectiveSequence is not sufficient - add iterator, remove addAll (mu2i-ftf) Source: Sun Microsystems (Mr. Martin Matula, martin.matula@sun.com) Nature: Uncategorized Issue Severity: Summary: Summary: Martin has proposed adding an iterator operation Iterator and removing addAll. Iterator would return a ReflectiveIterator that can be used to iterate through all the elements of the collection. If the underlying collection changes while holding an iterator, the behavior of iterator is undefined. Resolution: Revised Text: Actions taken: January 15, 2004: received issue Discussion: End of Annotations:===== ssue: ReflectiveSequence is not sufficient - add iterator, remove addAll Source: Sun Microsystems (Martin Matula, Martin.Matula@Sun.COM) Summary: Martin has proposed adding an iterator operation Iterator and removing addAll. Iterator would return a ReflectiveIterator that can be used to iterate through all the elements of the collection. If the underlying collection changes while holding an iterator, the behavior of iterator is undefined.