Grades
Class CompressedGradeBook

java.lang.Object
  extended by Grades.CompressedGradeBook

public class CompressedGradeBook
extends java.lang.Object

CompressedGradeBook represents a simpler gradebook.


Field Summary
(package private)  java.util.Collection<Grade> grades
          The collection that contains Students
(package private)  java.util.Collection<Student> students
          The collection that contains Students
 
Constructor Summary
CompressedGradeBook()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

students

java.util.Collection<Student> students
The collection that contains Students


grades

java.util.Collection<Grade> grades
The collection that contains Students

Constructor Detail

CompressedGradeBook

public CompressedGradeBook()