|
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Hand | +--DumbGameHand
Implementation of the rules for the dumb card game.
Constructor Summary | |
DumbGameHand()
Creates a hand for the dumb card game. |
Method Summary | |
int |
evaluateHand()
Evaluates a hand according to the rules of the dumb card game. |
Methods inherited from class Hand |
addCard, compareTo, containsCard, discardHand, findCard, getCard, getNumberOfCards, isEmpty, removeCard, removeCard, replaceCard, sort, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DumbGameHand()
Method Detail |
public int evaluateHand()
evaluateHand
in class Hand
Hand
|
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |