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