public class PokerDeck
extends java.lang.Object
Constructor and Description |
---|
PokerDeck()
Construct a standard deck of poker cards.
|
Modifier and Type | Method and Description |
---|---|
void |
shuffle()
Randomly shuffle the cards
|
java.util.ArrayList<Card> |
toArrayList() |
public void shuffle()
public java.util.ArrayList<Card> toArrayList()