Constructor and Description |
---|
ArrayIterator(Array<T> array) |
ArrayIterator(Array<T> array,
boolean allowRemove) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Iterator<T> |
iterator() |
T |
next() |
void |
remove() |
void |
reset() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
forEach, spliterator
Copyright © 2019. All rights reserved.