Example
ljava.util.Iterator is standard
lMake ClosedList.Iterator implement java.util.Iterator
lAny other code accepting a java.util.Iterator can now use our:
 ClosedList.Iterator
lWe can still do everything we did before.