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.
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, int[][], 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
 
highCards(int) - Method in class poker.Context
 
Holdem - Class in poker
Useful Holdem Constants
Holdem() - Constructor for class poker.Holdem
 

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