Package ca.ualberta.cs.poker

Class Summary
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}
Deck A Deck of 52 Cards which can be dealt and shuffled
Hand Stores a Hand of Cards (up to a maximum of 7)
HandEvaluator Class for identifying / comparing / ranking Hands.