package rebelsky.list; /** * Lists that you iterate in "sorted order". * * @author CSC152 2004F */ public interface SortedList extends SimpleList { } // interface SortedList