@Deprecated public class IteratorIterator<T> extends org.apache.commons.collections4.iterators.IteratorChain<T>
Constructor and Description |
---|
IteratorIterator(Collection<Collection<T>> colls_or_iters)
Deprecated.
|
IteratorIterator(Iterator<Iterator<T>> colls_or_iters)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
remove()
Deprecated.
|
addIterator, hasNext, isLocked, next, size, updateCurrentIterator
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public IteratorIterator(Collection<Collection<T>> colls_or_iters)
colls_or_iters
- a collection of collections or iterators.