| Constructor and Description |
|---|
LinkedIterators()
Constructor.
|
LinkedIterators(Collection<Iterator<T>> iterators)
Constructor.
|
LinkedIterators(Iterator<T>... iterators)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addIterator(Iterator<T> it)
Append an iterator.
|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic LinkedIterators()
public LinkedIterators(Collection<Iterator<T>> iterators)
@SafeVarargs public LinkedIterators(Iterator<T>... iterators)
Copyright © 2019. All rights reserved.