Uses of Package
ca.ualberta.cs.poker

Classes in ca.ualberta.cs.poker used by ca.ualberta.cs.poker
Card
          Represents a playing card from a set of cards {0..51} which map to cards having a suit {0..3} <==> {CLUBS,DIAMONDS,HEARTS,SPADES} and a face value {0..12} <==> {2..ACE}
Hand
          Stores a Hand of Cards (up to a maximum of 7)