public class IteratorConcat<T> extends Object implements Iterator<T>
IteratorConcat()
void
add(Iterator<T> iter)
static <T> Iterator<T>
concat(Iterator<T> iter1, Iterator<T> iter2)
boolean
hasNext()
T
next()
remove()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public IteratorConcat()
public static <T> Iterator<T> concat(Iterator<T> iter1, Iterator<T> iter2)
IteratorCons
public void add(Iterator<T> iter)
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public void remove()
remove
Licenced under the Apache License, Version 2.0