An Iterator that restarts when it reaches the end.
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
LoopingIterator.remove removed .
Concurrent modifications are not directly supported, and for most collection
implementations will throw a ConcurrentModificationException.
since: Commons Collections 3.0 version: $Revision: 155406 $ $Date: 2005-02-26 12:55:26 +0000 (Sat, 26 Feb 2005) $ author: Jonathan Carlson author: Stephen Colebourne |