- All Implemented Interfaces:
Iterator<T>
- Enclosing class:
Iterators
public static final class Iterators.Union<T>
extends Object
Union of two iterators.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
hasNext
public boolean hasNext()
-
-
remove
public final void remove()
- Specified by:
remove
in interface Iterator<T>