previous
|
start
|
next
Iterator interface
interface Iterator { public boolean hasNext(); public Object next(); public void remove(); }
previous
|
start
|
next