Example: List Iterator (2)
lBy making the ListIterator an inner class, we can:
lUse data elements defined in the ClosedList.
lAvoid exposing those data elements to the world at large.
lUse Iterators outside ClosedList.