Info
Class Roster

java.lang.Object
  extended by Info.Roster

public abstract class Roster
extends java.lang.Object

The roster of a class.


Field Summary
 int size
          The size of of the roster.
 java.util.Collection<Student> students
          The collection of students in the roster.
 
Constructor Summary
Roster()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

students

public java.util.Collection<Student> students
The collection of students in the roster.


size

public int size
The size of of the roster.

Constructor Detail

Roster

public Roster()