Package cs171a2
Class Deck
java.lang.Object
cs171a2.Deck
This class represents a standard deck of 52 playing cards.
-
Constructor Summary
ConstructorsConstructorDescriptionDeck()
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). -
Method Summary
-
Constructor Details
-
Deck
public 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).
-