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