/** * Iterators for ListOfString objects. * * Since all the work goes on in the ListOfString class, these are primarily * encapsulated data. */ public interface StringListIterator { } // interface StringListIterator