A B C D E F G H J K M N P Q R S T

C

ca.ualberta.cs.poker - package ca.ualberta.cs.poker
 
Card - Class in ca.ualberta.cs.poker
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}
Card() - Constructor for class ca.ualberta.cs.poker.Card
Constructor -- makes an empty card.
Card(int, int) - Constructor for class ca.ualberta.cs.poker.Card
Constructor.
Card(int) - Constructor for class ca.ualberta.cs.poker.Card
Constructor.
Card(String) - Constructor for class ca.ualberta.cs.poker.Card
 
Card(char, char) - Constructor for class ca.ualberta.cs.poker.Card
Constructor.
cardsLeft() - Method in class ca.ualberta.cs.poker.Deck
Obtain the number of cards left in the deck
CLUBS - Static variable in class ca.ualberta.cs.poker.Card
 
compareHands(Hand, Hand) - Method in class ca.ualberta.cs.poker.HandEvaluator
Compares two hands against each other.
compareHands(int, Hand) - Method in class ca.ualberta.cs.poker.HandEvaluator
Compares two 5-7 card hands against each other.

A B C D E F G H J K M N P Q R S T