Iterator<T>
public static final class Iterators.Array<T> extends Object
Array(T[] items)
boolean
hasNext()
T
next()
void
remove()
forEachRemaining
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Array(T[] items)
public boolean hasNext()
public T next()
public final void remove()
remove
Copyright © 2018 Oracle Corporation. All rights reserved.