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 © 2001-2015 Red Hat, Inc. All Rights Reserved.