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 com.biotools.meerkat
Stores a Hand of Cards (up to a maximum of 7) Hands are indexed from 1, not 0.
Hand() - Constructor for class com.biotools.meerkat.Hand
Create a new empty hand.
Hand(String) - Constructor for class com.biotools.meerkat.Hand
Create a hand from a string representation
Hand(Hand) - Constructor for class com.biotools.meerkat.Hand
Duplicate an existing hand.
HandEval - Interface in com.biotools.meerkat
An interface for Plug-in Hand Evaluation engines.
HandEvaluator - Class in com.biotools.meerkat
Class for identifying / comparing / ranking Hands.
HandEvaluator() - Constructor for class com.biotools.meerkat.HandEvaluator
 
handRank(Card, Card, Hand, int) - Static method in class com.biotools.meerkat.HandEvaluator
Calculates the probability of having the best hand against several random opponents.
handRank(Card, Card, Hand) - Static method in class com.biotools.meerkat.HandEvaluator
Calculates the probability of currently having the best hand against one random opponent.
handRank(Card, Card, NChoose2IntTable, Deck) - Static method in class com.biotools.meerkat.HandEvaluator
Calculate the strength of the given hand.
hasActedThisRound() - Method in interface com.biotools.meerkat.PlayerInfo
Check if a player has made at least one action this round
hasEnoughToRaise() - Method in interface com.biotools.meerkat.PlayerInfo
Check if the player has enough chips to complete a raise
hasPreference(String) - Method in class com.biotools.meerkat.util.Preferences
See if a preference is set or not
HEARTS - Static variable in class com.biotools.meerkat.Card
 
Holdem - Class in com.biotools.meerkat
Useful Holdem Constants
Holdem() - Constructor for class com.biotools.meerkat.Holdem
 
holeCards(Card, Card, int) - Method in interface com.biotools.meerkat.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