Constructor and Description |
---|
ArrayIterator(Object array) |
ArrayIterator(Object array,
Class<?> expectedType) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Object |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public ArrayIterator(Object array)