java.util.Iterator<T>public class ArrayIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>
| Constructor | Description |
|---|---|
ArrayIterator(T[] array) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasNext() |
|
T |
next() |
|
void |
remove() |
public ArrayIterator(T[] array)