|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectGrades.CompressedGradeBook
public class CompressedGradeBook
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 |
|---|
java.util.Collection<Student> students
java.util.Collection<Grade> grades
| Constructor Detail |
|---|
public CompressedGradeBook()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||