public class Person extends Object
Person(String name, int age)
boolean
equals(Object o)
int
getAge()
String
getName()
hashCode()
void
setAge(int age)
setName(String name)
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Person(String name, int age)
public String getName()
public void setName(String name)
public int getAge()
public void setAge(int age)
public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode