private static class RecruitingSubTree.RecruiterAndRecruit
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private CreatureType |
recruit |
private CreatureType |
recruiter |
| Constructor and Description |
|---|
RecruitingSubTree.RecruiterAndRecruit(CreatureType recruiter,
CreatureType recruit) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
CreatureType |
getRecruit() |
CreatureType |
getRecruiter() |
int |
hashCode() |
java.lang.String |
toString() |
private final CreatureType recruiter
private final CreatureType recruit
RecruitingSubTree.RecruiterAndRecruit(CreatureType recruiter, CreatureType recruit)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic CreatureType getRecruiter()
public CreatureType getRecruit()