|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--Deck
|
+--brlandry.GrandfatherDeck
A GrandfatherDeck is a Deck with the following cards on top of the deck
| Position | Card |
|---|---|
| 1 | 10 of Hearts |
| 1 | Jack of Spades |
| 1 | Queen of Diamonds |
| 1 | King of Clubs |
| 1 | Two of Hearts |
| 1 | Three of Spades |
| 1 | Four of Diamonds |
| 1 | Five of Clubs |
| 1 | Six of Hearts |
| 1 | Seven of Spades |
| 1 | Eight of Diamonds |
| 1 | Nine of Clubs |
| Constructor Summary | |
GrandfatherDeck(java.lang.String name)
|
|
| Method Summary | |
void |
create(int seed)
Populate the deck |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GrandfatherDeck(java.lang.String name)
| Method Detail |
public void create(int seed)
seed - int - a number used to determine the ordering of the deck
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||