The iterator will loop continuously around the provided elements, unless there are no elements in the collection to begin with, or all the elements have been {@link #remove removed}.
Concurrent modifications are not directly supported, and for most collection implementations will throw a ConcurrentModificationException. @since 3.0 @version $Id: LoopingIterator.java 1477802 2013-04-30 20:01:28Z tn $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|