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