/** * Lists that are implemented with arrays. * * @author CSC153 2003S */ public class ArrayBasedList implements List { } // class ArrayBasedList