Class Concat<E>

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

public final class Concat<E> extends BaseIterator<E>
An Iterator that concatenates the results of other Iterators. This means, it iterates the elements of each Iterator before moving on to the next Iterator.
  • Constructor Details

  • Method Details

    • hasNext

      public boolean hasNext()
    • next

      public E next()