Example
l
java.util.Iterator
is standard
l
Make
ClosedList.Iterator
implement
java.util.Iterator
l
Any other code accepting a
java.util.Iterator
can now use our:
ClosedList.Iterator
l
We can
still
do everything we did
before.