public class ArrayListIterator extends java.lang.Object implements Iterator
Modifier and Type | Field and Description |
---|---|
(package private) java.util.ArrayList |
items |
(package private) int |
position |
Constructor and Description |
---|
ArrayListIterator(java.util.ArrayList items) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.lang.Object |
next() |
public ArrayListIterator(java.util.ArrayList items)