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

C

CALL - Static variable in class poker.Action
 
call() - Method in class poker.GameInfo
Call the current player
CALL - Static variable in class poker.Holdem
 
callAction(double) - Static method in class poker.Action
 
canRaise() - Method in class poker.GameInfo
Determine if the current player is allowed to raise.
canRaise(PlayerInfo) - Method in class poker.GameInfo
Determine if the 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
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.Action
 
CHECK - Static variable in class poker.Holdem
 
checkAction() - Static method in class poker.Action
 
checkOrFoldAction(double) - Static method in class poker.Action
 
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.
contains(Card) - Method in class poker.Hand
 
copy(Deck) - Method in class poker.Deck
 
copy(GameInfo) - Method in class poker.GameInfo
Do a deep copy of the given GameInfo.
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.
CrudePotential1(Card, Card, Hand) - Static method in class poker.HandPotential
A crude but fast approximation of PPOT.

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