public interface Iterator { E next(); boolean hasNext(); }