public static class CollectionUtils.SequentialIterator<T> extends Object implements Iterator<T>
private Iterator<T>
item
private Iterator<Iterator<T>>
iterator
SequentialIterator(Collection<Iterator<T>> c)
boolean
hasNext()
T
next()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
private final Iterator<Iterator<T>> iterator
private Iterator<T> item
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
Copyright © 2020. All rights reserved.