public static final class Iterators.Union<T>
extends java.lang.Object
| Constructor | Description |
|---|---|
Union(java.util.Iterator<? extends T> first,
java.util.Iterator<? extends T> second) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasNext() |
|
T |
next() |
|
void |
remove() |
Copyright © 2018 Oracle Corporation. All rights reserved.