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

R

raise(int) - Method in class poker.GameInfo
Raise the current player
RAISE - Static variable in class poker.Holdem
 
RAISE_NL(int) - Static method in class poker.Holdem
 
RAISE_NL_AMOUNT(int) - Static method in class poker.Holdem
 
randInt(int) - Method in class poker.util.Randomizer
Generate a random integer from 0 to range-1
Randomizer - Class in poker.util
Looks after random number generation.
Randomizer() - Constructor for class poker.util.Randomizer
 
rankHand(Hand) - Static method in class poker.HandEvaluator
Get a numerical ranking of this hand.
rankHand(Card, Card, Hand) - Static method in class poker.HandEvaluator
Get a numerical ranking of this hand.
rankHand7(Hand) - Static method in class poker.HandEvaluator
Get a numerical ranking of this hand.
rankHand_Java(Hand) - Static method in class poker.HandEvaluator
Get a numerical ranking of this hand.
readLine() - Static method in class poker.util.Reporter
Read a line of text from stdin.
readString() - Static method in class poker.util.Reporter
Return the next line typed by the user.
removeAllPlayers() - Method in class poker.GameInfo
Remove all the players from the game
removeCard() - Method in class poker.Hand
Remove the last card in the hand.
removeCard(int) - Method in class poker.Hand
Remove the ith card in the hand.
removePlayer(String) - Method in class poker.GameInfo
Remove a player from the game.
removePreference(String) - Method in class poker.util.Preferences
 
removeReportListener(ReportListener) - Method in class poker.util.Reporter
 
removeUncalledChips() - Method in class poker.GameInfo
Remove all uncalled chips from the pot
removeUncalledChips() - Method in class poker.Pot
Remove all uncalled chips from the pot
removeUncalledChips(Pot) - Method in class poker.Pot
Remove all uncalled chips from the pot
replaceCard(Card) - Method in class poker.Deck
Place a card back into the deck.
report(String) - Method in class poker.util.Reporter
Print a message to the current output stream.
report(String, int) - Method in class poker.util.Reporter
Print a message to the current output stream if the priority is high enough.
reportb(String) - Method in class poker.util.Reporter
Print a message to the current output stream.
Reporter - Class in poker.util
Handles reporting messages to stdout or stderr, and logging messages to files.
Reporter() - Constructor for class poker.util.Reporter
 
Reporter(String) - Constructor for class poker.util.Reporter
 
ReportListener - Interface in poker.util
ReportListener is a interface to recieve all of the logged strings sent to the reporter.
reportMessage(String) - Method in interface poker.util.ReportListener
 
reset() - Method in class poker.Deck
Places all cards back into the deck.
resetBankRoll() - Method in class poker.PlayerInfo
 
returnChips(int) - Method in class poker.PlayerInfo
replace the chips in the players stack
revealHand(String, Card, Card) - Method in class poker.GameInfo
Reveal a players hand in a showdown.
revealHand(int, Card, Card) - Method in class poker.GameInfo
Reveal a players hand in a showdown.
revealHand(Card, Card) - Method in class poker.PlayerInfo
Reveal the hole cards in a showdown
river(Card) - Method in class poker.GameInfo
Proceed to stage RIVER
RIVER - Static variable in class poker.Holdem
 
round(double, int) - Static method in class poker.util.Reporter
 

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