Package | Description |
---|---|
factory.person |
Modifier and Type | Method and Description |
---|---|
static Person |
PersonFactory.newPerson(java.lang.String name,
SSN ssn) |
static Person |
PersonFactory.newPerson(java.lang.String name,
java.lang.String ssn) |
static Person |
PersonFactory.newRandomPerson() |
Modifier and Type | Method and Description |
---|---|
int |
PersonObj.compareTo(Person that) |