T - The type of the iterated elements.public final class ArrayIterable<T>
extends java.lang.Object
implements java.lang.Iterable<T>
Iterable adapter for arrays.| Constructor and Description |
|---|
ArrayIterable(T... elements) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<T> |
iterator() |