Class RoundRobinIterator<T>
- java.lang.Object
- 
- org.eclipse.net4j.util.collection.RoundRobinIterator<T>
 
- 
- All Implemented Interfaces:
- java.util.Iterator<T>
 
 public class RoundRobinIterator<T> extends java.lang.Object implements java.util.Iterator<T>- Since:
- 3.9
- Author:
- Eike Stepper
 
- 
- 
Constructor SummaryConstructors Constructor Description RoundRobinIterator(java.util.Collection<T> collection)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Tnext()voidremove()
 
- 
- 
- 
Constructor Detail- 
RoundRobinIteratorpublic RoundRobinIterator(java.util.Collection<T> collection) 
 
- 
 
-