module iterator; import menuitem; interface Iterator { bool hasNext(); MenuItem next(); }