Package | Description |
---|---|
ex1 |
Modifier and Type | Class and Description |
---|---|
class |
Student
Class that represents a student.
|
Modifier and Type | Method and Description |
---|---|
int |
Person.NameComparator.compare(Person o1,
Person o2)
Compares two persons' names for ascending order sorting.
|
int |
Person.StaticNameComparator.compare(Person o1,
Person o2)
Compares two persons' names for ascending order sorting.
|