protected static class ArrayUtils.IterableArray<T>
extends java.lang.Object
implements java.lang.Iterable<T>
Modifier | Constructor and Description |
---|---|
protected |
IterableArray(T[] array) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<T> |
iterator() |
protected static <T> ArrayUtils.IterableArray<T> |
of(T... array) |
protected IterableArray(@NonNull T[] array)
protected static <T> ArrayUtils.IterableArray<T> of(@NonNull T... array)