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

I

inDeck(Card) - Method in class com.biotools.meerkat.Deck
See if a card is in the deck, or if it has been dealt.
inGame(int) - Method in interface com.biotools.meerkat.GameInfo
See if the player in the given seat is dealt into the hand (not sitting out or empty).
inGame() - Method in interface com.biotools.meerkat.PlayerInfo
See if the player is dealt into the current game
init(Preferences) - Method in interface com.biotools.meerkat.Player
Initialize your player from the given preferences file.
initTable(int) - Method in class com.biotools.meerkat.util.NChoose2IntTable
initialize all entries in the table to val.
INVALID - Static variable in class com.biotools.meerkat.Action
 
isActive(int) - Method in interface com.biotools.meerkat.GameInfo
See if the player in the given seat is still active in the hand
isActive() - Method in interface com.biotools.meerkat.PlayerInfo
Return true if the player is still active in the hand
isAllIn() - Method in interface com.biotools.meerkat.PlayerInfo
Determine if a player is All-In
isAllInPass() - Method in class com.biotools.meerkat.Action
 
isAnte() - Method in class com.biotools.meerkat.Action
 
isBet() - Method in class com.biotools.meerkat.Action
 
isBetOrRaise() - Method in class com.biotools.meerkat.Action
 
isBigBlind() - Method in class com.biotools.meerkat.Action
 
isBlind() - Method in class com.biotools.meerkat.Action
 
isButton() - Method in interface com.biotools.meerkat.PlayerInfo
Check if the player is currently the button
isCall() - Method in class com.biotools.meerkat.Action
 
isCheck() - Method in class com.biotools.meerkat.Action
 
isCheckOrCall() - Method in class com.biotools.meerkat.Action
 
isCommitted(int) - Method in interface com.biotools.meerkat.GameInfo
See if a player has invested anything in the current round
isCommitted() - Method in interface com.biotools.meerkat.PlayerInfo
Test if a player has volunatrily committed yet in this round
isDirty() - Method in class com.biotools.meerkat.util.Preferences
 
isFixedLimit() - Method in interface com.biotools.meerkat.GameInfo
Determine if the game is fixed-limit
isFlop() - Method in interface com.biotools.meerkat.GameInfo
See if it is currently the flop round
isFold() - Method in class com.biotools.meerkat.Action
 
isFolded() - Method in interface com.biotools.meerkat.PlayerInfo
Return true if the player has folded
isFoldOrMuck() - Method in class com.biotools.meerkat.Action
 
isGameOver() - Method in interface com.biotools.meerkat.GameInfo
See if the hand is over
isMuck() - Method in class com.biotools.meerkat.Action
 
isNoLimit() - Method in interface com.biotools.meerkat.GameInfo
Determine if the game is no-limit
isPost() - Method in class com.biotools.meerkat.Action
 
isPostDeadBlind() - Method in class com.biotools.meerkat.Action
 
isPostFlop() - Method in interface com.biotools.meerkat.GameInfo
See if it is currently the post-flop
isPotLimit() - Method in interface com.biotools.meerkat.GameInfo
Determine if the game is pot-limit
isPreFlop() - Method in interface com.biotools.meerkat.GameInfo
See if it is currently the pre-flop
isRaise() - Method in class com.biotools.meerkat.Action
 
isReverseBlinds() - Method in interface com.biotools.meerkat.GameInfo
In reverse blinds mode, if the game is Heads-up, the small blind is placed on the button.
isRiver() - Method in interface com.biotools.meerkat.GameInfo
See if it is currently the river round
isSimulation() - Method in interface com.biotools.meerkat.GameInfo
Determine if the game is in simulation mode.
isSitout() - Method in class com.biotools.meerkat.Action
 
isSittingOut() - Method in interface com.biotools.meerkat.PlayerInfo
Determine if a player is sitting out
isSmallBlind() - Method in class com.biotools.meerkat.Action
 
isTheNuts(Card, Card, Hand, NChoose2IntTable) - Static method in class com.biotools.meerkat.HandEvaluator
Determine if the hand is the nuts (no hands beat it) Does not consider draws, only the immediate conditions.
isTurn() - Method in interface com.biotools.meerkat.GameInfo
See if it is currently the turn round
isVoluntary() - Method in class com.biotools.meerkat.Action
 
isZipMode() - Method in interface com.biotools.meerkat.GameInfo
We should play as fast and crudely as possible because the user has requested we zip to the end of the hand.

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