public static final class Iterators.Union<T> extends Iterators.ReadOnly<T>
Modifier and Type | Field and Description |
---|---|
private java.util.Iterator<? extends T> |
first |
private java.util.Iterator<? extends T> |
second |
Constructor and Description |
---|
Union(java.util.Iterator<? extends T> first,
java.util.Iterator<? extends T> second) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
remove