package test03; public interface Iterator { public boolean hasNext(); public Object next(); }