Package org.dmfs.jems2.iterator
Class Joined<E>
java.lang.Object
org.dmfs.jems2.iterator.BaseIterator<E>
org.dmfs.jems2.iterator.Joined<E>
- All Implemented Interfaces:
Iterator<E>
An
Iterator that serializes the values of multiple Iterables. This means, it iterates the elements of each Iterable before moving on
to the next Iterable.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.dmfs.jems2.iterator.BaseIterator
equals, hashCode, removeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining