|
-footer | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Deck | |
|---|---|
| garrettsmith.playingcards | Provides basic classes for simulating a game that uses playing cards. |
| Uses of Deck in garrettsmith.playingcards |
|---|
| Classes in garrettsmith.playingcards that implement Deck | |
|---|---|
class |
StandardDeck
Represents a standard deck of 52 playing cards. |
| Constructors in garrettsmith.playingcards with parameters of type Deck | |
|---|---|
CardContainer(Deck deck)
Creates a shuffled container with its cards set to those of one deck. |
|
CardContainer(Deck deck,
int numDecks)
Creates a shuffled container with cards from numDecks
number of decks. |
|
CardContainer(Deck deck,
int numDecks,
boolean shuffle)
Creates a container with cards from numDecks
number of decks; will be shuffled according to the value of
shuffle. |
|
|
-footer | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||