/* Description of Java files accompanying CS1Ah (02/03) Note 19: "Supporting Queries". All files (C) University of Edinburgh 2002. Java classes (each in file of same name) are: Student: Class for student records, augmented with methods discussed in lecture, along with a toString() method. Course: Auxiliary class used in Student StudentCollection: Collection class for Student objects. Includes select() methods discussed in lecture. Test: Defines main() method for testing select() methods of ClassOfStudents. */ public class README {} // File formatted as legal Java so it gets automatically published on // CS1 website along with other Java files.