public final class ConcatIterable<T>
extends java.lang.Object
implements java.lang.Iterable<T>
Constructor and Description |
---|
ConcatIterable(java.lang.Iterable<? extends java.lang.Iterable<? extends T>> sources) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<T> |
iterator() |