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 Commons Collections 3.2
@version $Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
@author Eric Crampton
|
|
|
|