com.threerings.parlor.tourney.data
Class Participant
java.lang.Object
com.threerings.io.SimpleStreamableObject
com.threerings.parlor.tourney.data.Participant
- All Implemented Interfaces:
- Streamable, DSet.Entry, Comparable<Participant>
public class Participant
- extends SimpleStreamableObject
- implements DSet.Entry, Comparable<Participant>
Contains information on a particular tourney participant.
|
Field Summary |
Name |
username
The username of the participant. |
username
public Name username
- The username of the participant.
Participant
public Participant()
getKey
public Comparable<?> getKey()
- Specified by:
getKey in interface DSet.Entry
compareTo
public int compareTo(Participant op)
- Specified by:
compareTo in interface Comparable<Participant>
equals
public boolean equals(Object other)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class SimpleStreamableObject