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