Class CourseList

java.lang.Object
example.app.entitylist.EntityList<Course>
example.app.entitylist.CourseList

public class CourseList extends EntityList<Course>

Class CourseList

This class represents a list of courses. It extends the EntityList class. It creates an abstraction for doing FileDatabase related operations that is related to courses. It also provides some other methods that is related to a course list but not necessarily to a particular course.