Uses of Class
com.anji.tournament.SimpleTournament.PlayerPair

Packages that use SimpleTournament.PlayerPair
com.anji.tournament com.anji.tournament contains classes to handle tournaments and games. 
 

Uses of SimpleTournament.PlayerPair in com.anji.tournament
 

Methods in com.anji.tournament that return SimpleTournament.PlayerPair
protected abstract  SimpleTournament.PlayerPair SimpleTournament.nextPlayerPair()
           
protected  SimpleTournament.PlayerPair KRandomOppsTournament.nextPlayerPair()
           
protected  SimpleTournament.PlayerPair DirectTournament.nextPlayerPair()
           
 

Methods in com.anji.tournament with parameters of type SimpleTournament.PlayerPair
protected  void SimpleTournament.playMatch(SimpleTournament.PlayerPair pair)