| 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, waitforEachRemainingpublic 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()
throws UnsupportedOperationException
remove in interface Iterator<E>UnsupportedOperationException - because this operation is not supportedIterator.remove()Copyright © 2022 MicroStream Software. All rights reserved.