The iterator will loop continuously around the provided list, unless there are no elements in the collection to begin with, or all of the elements have been {@link #remove removed}.
Concurrent modifications are not directly supported, and for most collection implementations will throw a ConcurrentModificationException. @since 3.2 @version $Id: LoopingListIterator.java 1494333 2013-06-18 21:59:21Z sebb $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|