dataStructures
Class Player

java.lang.Object
  |
  +--dataStructures.Player

public class Player
extends java.lang.Object
implements Playable


Constructor Summary
Player(int theId, int theValue)
           
 
Method Summary
 boolean winnerOf(Playable x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Player

public Player(int theId,
              int theValue)
Method Detail

winnerOf

public boolean winnerOf(Playable x)
Specified by:
winnerOf in interface Playable