public static final class Iterators.Union<T> extends Object
Iterators.Union(Iterator<? extends T> first, Iterator<? extends T> second)
boolean
hasNext()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Iterators.Union(Iterator<? extends T> first, Iterator<? extends T> second)
public boolean hasNext()
public T next()
public final void remove()
remove
Iterator<T>
Copyright © 2013 Oracle. All Rights Reserved.