public class RoundRobinIterator<E>
extends java.lang.Object
implements java.util.Iterator<E>
| Constructor and Description |
|---|
RoundRobinIterator(java.util.Collection<E> collection) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
E |
next() |