Index
All Classes and Interfaces|All Packages|Constant Field Values
D
- Dealer - Class in cs171a2
-
This class represents a dealer who shuffles a deck of cards and distributes them to players.
- Dealer(CardPlayer[], Deck) - Constructor for class cs171a2.Dealer
-
Creates a new Dealer object with the specified players and deck.
- Deck - Class in cs171a2
-
This class represents a standard deck of 52 playing cards.
- Deck() - Constructor for class cs171a2.Deck
-
Constructs a new deck of cards, consisting of 52 cards in four suits (hearts, diamonds, clubs, and spades) and 13 ranks (Ace, 2-10, Jack, Queen, and King).
All Classes and Interfaces|All Packages|Constant Field Values