Package | Description |
---|---|
ex1 |
Modifier and Type | Method and Description |
---|---|
static List<Student> |
Test.initTest()
Initialize the object on which to perform the test(s).\\
Returns a list of Student objects.
|
Modifier and Type | Method and Description |
---|---|
int |
Student.GradeComparator.compare(Student o1,
Student o2)
Compares two students' grades for descending order sorting.
|
int |
Student.StaticGradeComparator.compare(Student o1,
Student o2)
Compares two students' grades for descending order sorting.
|