E - the iterator element typepublic class RoundrobinIterator<E> extends ReadOnlyIterator<E>
[1,2] [a,b,c] -> [1,a,2,b,c]
| Constructor and Description |
|---|
RoundrobinIterator(Iterator<T> iterators) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
E |
next() |
removeCopyright © 2013. All rights reserved.