| Constructor | Description |
|---|---|
ArrayIterator(T[] a) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasNext() |
|
Iterator<T> |
iterator() |
|
T |
next() |
|
void |
remove() |
forEach, spliteratorforEachRemainingpublic ArrayIterator(T[] a)
Copyright © 2008–2018. All rights reserved.