|
Blackjack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ICard defines the standard API for a single playing card.
| Method Summary | |
char |
getSuit()
Returns the suit of this card (C, D, H, or S). |
char |
getValue()
Returns the value of this card (2, 3, 4, 5, 6, 7, 8, 9, T, J, Q, K, or A). |
| Method Detail |
public char getValue()
public char getSuit()
|
Blackjack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||