Package at.jku.ssw.fp.sect02_2
Class Person
- java.lang.Object
-
- at.jku.ssw.fp.sect02_2.Person
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(Person o)
boolean
equals(Object obj)
String
getName()
int
hashCode()
String
toString()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface at.jku.ssw.fp.sect02_2.Ordered
greater, greaterEqual, less, lessEqual
-
-