T
public class AggregatedIterator<T> extends Object implements Iterator<T>
Iterator
AggregatedIterator(Iterator<Iterator<T>> iterators)
boolean
hasNext()
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AggregatedIterator(Iterator<Iterator<T>> iterators)
iterators
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public void remove()
remove
Copyright © 2004–2015 XWiki. All rights reserved.