T - the type of elements returned by this iteratorpublic class MultiIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.Iterator<T> |
current |
(package private) java.util.Iterator<java.util.Iterator<T>> |
subIterator |
| Constructor and Description |
|---|
MultiIterator(java.util.Iterator<java.util.Iterator<T>> subIterator) |