- index
- the index at which to start the iteration.
Documentation for this section has not yet been entered.
Returns a Java.Util.IListIterator 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.IListIterator.add(E), Java.Util.IListIterator.set(E) or Java.Util.IIterator.Remove,