Package org.apache.abdera.util
Class MultiIterator<T>
java.lang.Object
org.apache.abdera.util.MultiIterator<T>
- All Implemented Interfaces:
Iterator<T>
@Deprecated(since="2021-07-29")
public final class MultiIterator<T>
extends Object
implements Iterator<T>
Deprecated.
This API is deprecated as Apache Abdera is a retired project since 2017.
Iterator implementation that wraps multiple iterators and invokes them in sequence.
-
Constructor Summary
ConstructorsConstructorDescriptionMultiIterator
(Iterable<Iterator<T>> i) Deprecated.MultiIterator
(Iterator<Iterator<T>> iterators) Deprecated.MultiIterator
(Iterator<T>... iterators) Deprecated. -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
MultiIterator
Deprecated. -
MultiIterator
Deprecated. -
MultiIterator
Deprecated.
-
-
Method Details