public static class Array.ArrayIterable<T> extends java.lang.Object implements java.lang.Iterable<T>
Array.ArrayIterable(Array<T> array)
Array.ArrayIterable(Array<T> array, boolean allowRemove)
java.util.Iterator<T>
iterator()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Array.ArrayIterable(Array<T> array)
public Array.ArrayIterable(Array<T> array, boolean allowRemove)
public java.util.Iterator<T> iterator()
iterator
java.lang.Iterable<T>