Package org.apache.abdera.util
Class MultiIterator<T>
- java.lang.Object
-
- org.apache.abdera.util.MultiIterator<T>
-
-
Constructor Summary
Constructors Constructor Description MultiIterator(Iterable<Iterator<T>> i)MultiIterator(Iterator<Iterator<T>> iterators)MultiIterator(Iterator<T>... iterators)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Tnext()voidremove()-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-