Class ZetDeck

java.lang.Object
  extended byDeck
      extended byZetDeck

public class ZetDeck
extends Deck

Represents a deck of cards for the game of Set.


Constructor Summary
ZetDeck()
          Constructs a deck for the Set game.
 
Methods inherited from class Deck
add, getNumCards, isEmpty, shuffle, sort, takeTop, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ZetDeck

public ZetDeck()
Constructs a deck for the Set game.