Constructor and Description |
---|
ArrayIterator(E[] array) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
E |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public ArrayIterator(E[] array)
public boolean hasNext()
hasNext
in interface Iterator<E>
Iterator.hasNext()
public E next()
next
in interface Iterator<E>
Iterator.next()
public void remove()
remove
in interface Iterator<E>
Iterator.remove()
Copyright © 2003–2023 XDEV Software. All rights reserved.