Uses of Class
com.threerings.parlor.tourney.data.Participant

Packages that use Participant
com.threerings.parlor.tourney.data   
 

Uses of Participant in com.threerings.parlor.tourney.data
 

Fields in com.threerings.parlor.tourney.data with type parameters of type Participant
 com.threerings.presents.dobj.DSet<Participant> TourneyObject.participants
          A DSet that accumulates Participant records for the players involved in this tourney.
 

Methods in com.threerings.parlor.tourney.data with parameters of type Participant
 void TourneyObject.addToParticipants(Participant elem)
          Requests that the specified entry be added to the participants set.
 int Participant.compareTo(Participant op)
           
 void TourneyObject.updateParticipants(Participant elem)
          Requests that the specified entry be updated in the participants set.
 

Method parameters in com.threerings.parlor.tourney.data with type arguments of type Participant
 void TourneyObject.setParticipants(com.threerings.presents.dobj.DSet<Participant> value)
          Requests that the participants field be set to the specified value.
 



Copyright © 2011. All Rights Reserved.