T
public class ArrayIterable<T> extends Object implements Iterable<T>
ArrayIterable(T[] values)
Iterator<T>
iterator()
static <T> ArrayIterable<T>
of(T... values)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ArrayIterable(T[] values)
public Iterator<T> iterator()
iterator
Iterable<T>
public static <T> ArrayIterable<T> of(T... values)
Copyright © 2013. All Rights Reserved.