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