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