public class ChainedIterator<E> extends Object implements Iterator<E>
| Constructor and Description |
|---|
ChainedIterator() |
ChainedIterator(Iterator<E>... is) |
| Modifier and Type | Method and Description |
|---|---|
ChainedIterator<E> |
addIterator(Iterator<E> i)
Adds another iterator
|
boolean |
hasNext() |
static void |
main(String[] argv)
Just testing
|
E |
next() |
void |
remove()
Not supported
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic ChainedIterator<E> addIterator(Iterator<E> i)
IllegalStateException - if iteration already startedpublic static void main(String[] argv)
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}