A B C D E F G H I J K L M N P Q R S T U V W

C

call() - Method in class poker.GameInfo
Call the current player
CALL - Static variable in class poker.Holdem
 
canRaise() - Method in class poker.GameInfo
Determine if the current player is allowed to raise.
Card - Class in poker
Represents a playing card from a set of cards {0..51} which map to cards having a suit {0..3} <==> {SPADES,HEARTS,DIAMONDS,CLUBS} and a face value {0..12} <==> {2..ACE}
Card() - Constructor for class poker.Card
Constructor -- makes an empty card.
Card(int, int) - Constructor for class poker.Card
Constructor.
Card(int) - Constructor for class poker.Card
Constructor.
Card(String) - Constructor for class poker.Card
 
Card(char, char) - Constructor for class poker.Card
Constructor.
cardsLeft() - Method in class poker.Deck
Obtain the number of cards left in the deck
center(String, int) - Static method in class poker.util.Reporter
Pads s with space on both sides so as to center it, returning a string of length size.
CGetRanks(int[], int[]) - Static method in class poker.HandEvaluator
 
CHandRank(int, int, int[]) - Static method in class poker.HandEvaluator
Calculates the probability of having the best hand against one opponent.
CHECK - Static variable in class poker.Holdem
 
clearAll() - Method in class poker.util.Preferences
 
clearBadCards() - Method in class poker.Hand
 
clearSeat(int) - Method in class poker.GameInfo
 
CLUBS - Static variable in class poker.Card
 
compareHands(Hand, Hand) - Static method in class poker.HandEvaluator
Compares two 7 card hands against each other.
compareHands(int, Hand) - Static method in class poker.HandEvaluator
Compares two 5-7 card hands against each other.
consoleOff() - Method in class poker.util.Reporter
disable the output to console
consoleOn() - Method in class poker.util.Reporter
Set the output to console
contains(Card) - Method in class poker.Hand
 
Context - Class in poker
This messy looking class is just a simple container for a zillion different nibblets of context information associated with player actions.
Context() - Constructor for class poker.Context
 
Context(PlayerInfo, int, double) - Constructor for class poker.Context
 
Context(String) - Constructor for class poker.Context
 
CRankHandFast(int[]) - Static method in class poker.HandEvaluator
Get a numerical ranking of this hand.
CRankHandFast7(int[]) - Static method in class poker.HandEvaluator
Get a numerical ranking of this hand.

A B C D E F G H I J K L M N P Q R S T U V W