Uses of Class
at.jku.ssw.fp.person.Person
-
Packages that use Person Package Description at.jku.ssw.fp.person -
-
Uses of Person in at.jku.ssw.fp.person
Subclasses of Person in at.jku.ssw.fp.person Modifier and Type Class Description class
Professor
Class for special person professor.class
Student
Class for special person student.Methods in at.jku.ssw.fp.person with parameters of type Person Modifier and Type Method Description int
Person. compareTo(Person o)
Compares this person and the given person first based on the name, then on the age.
-