|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectDeck
public class Deck
| Field Summary | |
|---|---|
static int |
FULL_DECK
|
static int |
FULL_SUIT
|
| Constructor Summary | |
|---|---|
Deck()
|
|
| Method Summary | |
|---|---|
TableauPiles |
deal(TableauPiles myTableaus)
Responsible for creating a deck and randomly setting up the tableaus with the cards in the deck. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int FULL_SUIT
public static final int FULL_DECK
| Constructor Detail |
|---|
public Deck()
| Method Detail |
|---|
public TableauPiles deal(TableauPiles myTableaus)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||