Package glassfrog.handevaluator

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