public class JoinedIterable<T> extends Object implements Iterable<T>
iterator()
, the JoinedIterable
will delegate to a single underlying Iterator. The JoinedIterable will
invoke the iterator on each Iterable, in sequence, until all Iterators
are exhausted.Constructor and Description |
---|
JoinedIterable(List<Iterable<T>> iterables) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.