public class Participant extends com.threerings.io.SimpleStreamableObject implements com.threerings.presents.dobj.DSet.Entry, Comparable<Participant>
| Modifier and Type | Field and Description |
|---|---|
com.threerings.util.Name |
username
The username of the participant.
|
| Constructor and Description |
|---|
Participant() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Participant op) |
boolean |
equals(Object other) |
Comparable<?> |
getKey() |
int |
hashCode() |
String |
toString() |
public Comparable<?> getKey()
getKey in interface com.threerings.presents.dobj.DSet.Entrypublic int compareTo(Participant op)
compareTo in interface Comparable<Participant>public String toString()
toString in class com.threerings.io.SimpleStreamableObjectCopyright © 2015. All rights reserved.