|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--dataStructures.CompleteWinnerTree
Constructor Summary | |
CompleteWinnerTree()
|
Method Summary | |
int |
getWinner()
|
void |
initialize(Playable[] thePlayer)
initialize winner tree for thePlayer[1:thePlayer.length-1] |
static void |
main(java.lang.String[] args)
test program |
void |
output()
|
void |
rePlay(int thePlayer)
replay matches for player thePlayer |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public CompleteWinnerTree()
Method Detail |
public int getWinner()
public void initialize(Playable[] thePlayer)
public void rePlay(int thePlayer)
public void output()
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |