public class ArrayIterator<E> extends Object implements Iterator<E>
ArrayIterator(Object[] array)
ArrayIterator(Object[] array, int length)
boolean
hasNext()
E
next()
void
remove()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ArrayIterator(Object[] array)
public ArrayIterator(Object[] array, int length)
public boolean hasNext()
hasNext
Iterator<E>
public E next()
next
public void remove()
remove
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.