public class ArrayIterator<E> extends Object implements Iterator<E>
Iterator
ArrayIterator(E[] data)
boolean
hasNext()
E
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ArrayIterator(E[] data)
public boolean hasNext()
hasNext
Iterator<E>
public E next()
next
public void remove()
remove
Copyright © 2012. All Rights Reserved.