Modifier and Type | Field and Description |
---|---|
(package private) Iterator<E> |
current
The iterator we are currently processing
|
(package private) Iterator<Iterator<E>> |
iterators
All the iterators we process
|
(package private) Iterator<E> |
last
The last iterator we returned an object for, for remove()
|
Constructor and Description |
---|
MergedIterator(Collection<Iterator<E>> iterators)
Auxillary constructor with Collections
|
MergedIterator(Iterator<E>... iterators)
Auxillary constructor with arrays
|
MergedIterator(Iterator<Iterator<E>> iterators)
Main constructor.
|