Uses of Class
game.Player

Packages that use Player
game   
 

Uses of Player in game
 

Subclasses of Player in game
 class DoylesPlayer
          A Player who is extended from Player for playing "Doyle's game".
 

Fields in game declared as Player
private  Player[] State.players
           
 

Methods in game that return Player
 Player[] State.getActivePlayers()
          Returns all remaining active players.
 Player[] State.getPlayers()
          Returns the players as an array.
 

Methods in game with parameters of type Player
 int DoylesPlayer.compareTo(Player player)
           
 int Player.compareTo(Player player)
          Compares the player to another by the profit of the players.