public final class Iterables
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static <E> java.lang.Iterable<E> |
concat(java.lang.Iterable<E> a,
java.lang.Iterable<E> b)
Creates a new
Iterable by concatenating two iterables. |