public class CompositeIterator<T> extends DescendingIterator<Iterator<? extends T>,T>
d, t
Constructor and Description |
---|
CompositeIterator(Iterator<? extends T>... iterators) |
CompositeIterator(Iterator<Iterator<? extends T>> iterators) |
Modifier and Type | Method and Description |
---|---|
Iterator<T> |
descend(Iterator<? extends T> item) |
hasNext, next
remove
iterator
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
forEach, spliterator
Copyright © 2017. All rights reserved.