common
Class Deck

java.lang.Object
  extended by common.Deck

public class Deck
extends java.lang.Object


Constructor Summary
Deck()
           
 
Method Summary
 int cardsLeft()
           
 Card dealCard()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Deck

public Deck()
Method Detail

cardsLeft

public int cardsLeft()

dealCard

public Card dealCard()