public class ArrayIterable<T> extends Object implements Iterable<T>
ArrayIterable(T[] items)
Iterator<T>
iterator()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ArrayIterable(T[] items)
public Iterator<T> iterator()
iterator
Iterable<T>
Copyright © 2014–2015. All rights reserved.