| Constructor and Description |
|---|
ArrayIterable(T[] data)
Creates a new wrapper for an array
|
| Modifier and Type | Method and Description |
|---|---|
static <T> ArrayIterable<T> |
fromArray(T[] data)
Creates a new ArrayIterable for an array
|
Iterator<T> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ArrayIterable(T[] data)
data - array to wrappublic static <T> ArrayIterable<T> fromArray(T[] data)
T - Type of array datadata - Array to wrap in iterableCopyright © 2018. All rights reserved.