public class IteratorChain<E> extends Object implements Iterator<E>
IteratorChain()
void
addIterator(Iterator<E> it)
boolean
hasNext()
E
next()
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public IteratorChain()
public void addIterator(Iterator<E> it)
public boolean hasNext()
hasNext
Iterator<E>
public E next()
next
public void remove()
remove
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.