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