Uses of Class
com.anji.tournament.PlayerResultsScoreComparator

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

Uses of PlayerResultsScoreComparator in com.anji.tournament
 

Methods in com.anji.tournament that return PlayerResultsScoreComparator
static PlayerResultsScoreComparator PlayerResultsScoreComparator.getAscendingInstance()
          sorts in ascending order of score
static PlayerResultsScoreComparator PlayerResultsScoreComparator.getDescendingInstance()
          sorts in descending order of score
static PlayerResultsScoreComparator PlayerResultsScoreComparator.getAscendingTournamentInstance()
          sorts in ascending order of tournament score
static PlayerResultsScoreComparator PlayerResultsScoreComparator.getDescendingTournamentInstance()
          sorts in descending order of tournament score