public static interface Deck.CardValues
Modifier and Type | Method and Description |
---|---|
int[] |
values(java.lang.Enum suit)
Returns the card values (card points) for cards of all ranks in a given suit.
|
int[] values(java.lang.Enum suit)
suit
- the suit where to determine the card values