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