brlandry
Class GrandfatherDeck

java.lang.Object
  |
  +--Deck
        |
        +--brlandry.GrandfatherDeck

public class GrandfatherDeck
extends Deck

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

See Also:
Serialized Form

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

GrandfatherDeck

public GrandfatherDeck(java.lang.String name)
Method Detail

create

public void create(int seed)
Populate the deck

Parameters:
seed - int - a number used to determine the ordering of the deck