public class JoinedIterable<T>
extends java.lang.Object
implements java.lang.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(java.util.List<java.lang.Iterable<T>> iterables) |
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.