public class ArrayIterator extends Object implements Iterator<Object>
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<Object>
public Object next()
next
public void remove()
remove
Copyright © 2016. All rights reserved.