Documentation for this section has not yet been entered.
Returns an Java.Util.IIterator that iterates over the elements of this list as they were at the time of this method call. Changes to the list made after this method call will not be reflected by the iterator, nor will they trigger a Java.Util.ConcurrentModificationException.
The returned iterator does not support Java.Util.IIterator.Remove.