public final class ArrayIterator
extends java.lang.Object
implements java.util.Iterator
| Constructor and Description |
|---|
ArrayIterator(java.lang.Object[] a) |
ArrayIterator(java.lang.Object[] a,
int off,
int len) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.lang.Object |
next() |
void |
remove() |