public class ConcatenationIterator<T> extends Object implements Iterator<T>
ConcatenationIterator(Iterator<T> first, Iterator<T> second)
boolean
hasNext()
static void
main(String[] args)
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ConcatenationIterator(Iterator<T> first, Iterator<T> second)
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public void remove()
remove
public static void main(String[] args)
© 2002-2013 Stanford NLP Group