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

H

Hand - Class in poker
Stores a Hand of Cards (up to a maximum of 7)
Hand() - Constructor for class poker.Hand
 
Hand(String) - Constructor for class poker.Hand
 
Hand(Hand) - Constructor for class poker.Hand
Duplicate an existing hand.
HandEvaluator - Class in poker
Class for identifying / comparing / ranking Hands.
HandEvaluator() - Constructor for class poker.HandEvaluator
Construct a new Hand Evaluator.
HandPotential - Class in poker
Hand Potential.
Hand Potential is the calculation of the probability that a hand that is currently behind will be ahead as more board cards are dealt.
HandPotential() - Constructor for class poker.HandPotential
 
handRank(Card, Card, Hand, int) - Method in class poker.HandEvaluator
Calculates the probability of having the best hand against several opponents.
handRank(Card, Card, Hand) - Method in class poker.HandEvaluator
Calculates the probability of having the best hand against one opponent.
handRank(Card, Card, NChoose2IntTable, Deck) - Static method in class poker.HandEvaluator
Calculate the strength of the given hand.
handRankNative(Card, Card, Hand) - Static method in class poker.HandEvaluator
 
hasActedThisRound() - Method in class poker.PlayerInfo
Check if a player has made at least one action this round
hasEnoughToCall() - Method in class poker.PlayerInfo
 
hasEnoughToRaise() - Method in class poker.PlayerInfo
 
hasSidePot() - Method in class poker.Pot
 
HEARTS - Static variable in class poker.Card
 
HIGH - Static variable in class poker.HandEvaluator
 
Holdem - Class in poker
Useful Holdem Constants
Holdem() - Constructor for class poker.Holdem
 
holeCards(Card, Card, int) - Method in interface poker.Player
receive your hole cards

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