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) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<T> |
iterator() |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.