public class AgentValue extends TournamentValue
| Constructor and Description |
|---|
AgentValue(AgentRepItem val) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
AgentRepItem |
getValue() |
int |
hashCode() |
java.lang.String |
toString() |
public AgentValue(AgentRepItem val)
public java.lang.String toString()
toString in class java.lang.Objectpublic AgentRepItem getValue()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object