Class Joined<E>

java.lang.Object
org.dmfs.jems2.iterator.BaseIterator<E>
org.dmfs.jems2.iterator.Joined<E>
All Implemented Interfaces:
Iterator<E>

public final class Joined<E> extends BaseIterator<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 Details

  • Method Details

    • hasNext

      public boolean hasNext()
    • next

      public E next()