A C D E F G H I J K M N O P Q R S T U

A

ACE - Static variable in class com.javaflair.pokerprophesier.api.card.Card
Rank: ace
add(Card) - Method in class com.javaflair.pokerprophesier.api.card.CommunityCards
Adds the card to the existing set of community cards.

C

Card - Class in com.javaflair.pokerprophesier.api.card
A representation of a playing card.
Card(int, int) - Constructor for class com.javaflair.pokerprophesier.api.card.Card
Constructs a card with the specified rank and suit.
Card(int, int, boolean) - Constructor for class com.javaflair.pokerprophesier.api.card.Card
Constructs a card with the specified rank, suit and boolean flag which indicates whether the card is a hole card.
CLUBS - Static variable in class com.javaflair.pokerprophesier.api.card.Card
Suit: clubs
com.javaflair.pokerprophesier.api.adapter - package com.javaflair.pokerprophesier.api.adapter
Provides the interface for a client to communicate with the simulator - Start here.
com.javaflair.pokerprophesier.api.card - package com.javaflair.pokerprophesier.api.card
Contains classes which represent a game of poker (card, deck, hand etc.).
com.javaflair.pokerprophesier.api.exception - package com.javaflair.pokerprophesier.api.exception
Simulator exception classes.
com.javaflair.pokerprophesier.api.helper - package com.javaflair.pokerprophesier.api.helper
Contains helper class which are populated after each simulation.
com.javaflair.pokerprophesier.api.util - package com.javaflair.pokerprophesier.api.util
Simulator utility classes.
CommunityCards - Class in com.javaflair.pokerprophesier.api.card
A represention of a set of community cards, comprised of Cards.
CommunityCards() - Constructor for class com.javaflair.pokerprophesier.api.card.CommunityCards
Default constructor, which creates an empty set of community cards.
CommunityCards(Card[]) - Constructor for class com.javaflair.pokerprophesier.api.card.CommunityCards
Creates a set of community cards, using the specified array of cards.
compareTo(Object) - Method in class com.javaflair.pokerprophesier.api.card.Card
Performs a comparison based on rank.

D

Deck - Class in com.javaflair.pokerprophesier.api.card
A representation of a deck of cards as an array of Cards, with associated methods to create, crop and shuffle a deck.
DIAMONDS - Static variable in class com.javaflair.pokerprophesier.api.card.Card
Suit: diamonds

E

EIGHT - Static variable in class com.javaflair.pokerprophesier.api.card.Card
Rank: eight
Environment - Class in com.javaflair.pokerprophesier.api.util
Environment utilities which return O/S and JVM details.
equals(Object) - Method in class com.javaflair.pokerprophesier.api.card.Card
 
equals(Object) - Method in class com.javaflair.pokerprophesier.api.card.HoleCards
 

F

FIVE - Static variable in class com.javaflair.pokerprophesier.api.card.Card
Rank: five
FLOP_CARDS_DEALT - Static variable in class com.javaflair.pokerprophesier.api.adapter.PokerProphesierAdapter
Game state: flop cards dealt
FLUSH - Static variable in class com.javaflair.pokerprophesier.api.card.Hand
Flush
formatProbToFraction(float) - Static method in class com.javaflair.pokerprophesier.api.helper.HelperUtils
Converts a probability to a fractional format String representation.
formatProbToOdds(float) - Static method in class com.javaflair.pokerprophesier.api.helper.HelperUtils
Converts a probability to an odds format String representation.
formatProbToPercent(float) - Static method in class com.javaflair.pokerprophesier.api.helper.HelperUtils
Converts a probability to a percentage format String representation.
FOUR - Static variable in class com.javaflair.pokerprophesier.api.card.Card
Rank: four
FOUR_OF_A_KIND - Static variable in class com.javaflair.pokerprophesier.api.card.Hand
Four-of-a-kind
FULL_HOUSE - Static variable in class com.javaflair.pokerprophesier.api.card.Hand
Full house

G

getAllOuts() - Method in class com.javaflair.pokerprophesier.api.helper.MyOutsHelper
Returns all of the out arrays in an array, in descending hand order (straight flush, four-of-a-kind etc.).
getAllProbs() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandStatsHelper
Returns all of the probabilities as an array, in descending hand order (straight flush, four-of-a-kind etc.).
getAllProbs() - Method in class com.javaflair.pokerprophesier.api.helper.OppHandStatsHelper
Returns all of the probabilities as an array, in descending hand order (straight flush, four-of-a-kind etc.).
getCards() - Method in class com.javaflair.pokerprophesier.api.card.CommunityCards
Returns the set of community cards as an array of cards.
getCards() - Method in class com.javaflair.pokerprophesier.api.card.Hand
Returns the cards in the hand.
getCards() - Method in class com.javaflair.pokerprophesier.api.card.HoleCards
Returns both hole cards.
getCommunityCards() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandHelper
Returns the community cards.
getCroppedDeck(Card[]) - Static method in class com.javaflair.pokerprophesier.api.card.Deck
Returns a full deck of cards with the specified array of used cards removed.
getCroppedDeck(Card[], Card[]) - Static method in class com.javaflair.pokerprophesier.api.card.Deck
Returns the deck of cards with the specified array of used cards removed.
getEnv() - Static method in class com.javaflair.pokerprophesier.api.util.Environment
Returns a String array containing details about the O/S and JVM.
getFirstCard() - Method in class com.javaflair.pokerprophesier.api.card.HoleCards
Returns the first hole card.
getFirstRank() - Method in class com.javaflair.pokerprophesier.api.card.HoleCards
Returns the rank of the first hole card.
getFlushOuts() - Method in class com.javaflair.pokerprophesier.api.helper.MyOutsHelper
Returns the outs to make a flush.
getFlushProb() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandStatsHelper
Returns the probability of making a flush.
getFlushProb() - Method in class com.javaflair.pokerprophesier.api.helper.OppHandStatsHelper
Returns the probability of having a flush.
getFourOfAKindOuts() - Method in class com.javaflair.pokerprophesier.api.helper.MyOutsHelper
Returns the outs to make four-of-a-kind.
getFourOfAKindProb() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandStatsHelper
Returns the probability of making four-of-a-kind.
getFourOfAKindProb() - Method in class com.javaflair.pokerprophesier.api.helper.OppHandStatsHelper
Returns the probability of having four-of-a-kind.
getFullDeck() - Static method in class com.javaflair.pokerprophesier.api.card.Deck
Returns a full deck of ordered cards.
getFullHouseOuts() - Method in class com.javaflair.pokerprophesier.api.helper.MyOutsHelper
Returns the outs to make a full house.
getFullHouseProb() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandStatsHelper
Returns the probability of making a full house.
getFullHouseProb() - Method in class com.javaflair.pokerprophesier.api.helper.OppHandStatsHelper
Returns the probability of having a full house.
getHand() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandHelper
Returns the hand.
getHandCards() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandHelper
Returns the cards which make up the hand.
getHandCommunityCards() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandHelper
Returns the community cards used in the hand.
getHandHoleCards() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandHelper
Returns the hole cards used in the hand.
getHandRank() - Method in class com.javaflair.pokerprophesier.api.card.Hand
Returns the hand rank.
getHandRank() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandHelper
Returns the hand rank.
getHighCardOuts() - Method in class com.javaflair.pokerprophesier.api.helper.MyOutsHelper
Returns the outs to make a high card hand.
getHighCardProb() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandStatsHelper
Returns the probability of making a high card hand.
getHighCardProb() - Method in class com.javaflair.pokerprophesier.api.helper.OppHandStatsHelper
Returns the probability of having a high card hand.
getHoleCards() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandHelper
Returns my hole cards.
getKickerCards() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandHelper
Returns the kicker (least significant) cards in the hand.
getLoseProb() - Method in class com.javaflair.pokerprophesier.api.helper.MyGameStatsHelper
Returns the probability of losing the game.
getMyGameStatsHelper() - Method in class com.javaflair.pokerprophesier.api.adapter.PokerProphesierAdapter
Returns the helper which contains the probabilities of my winning, tying or losing the game.
getMyHandHelper() - Method in class com.javaflair.pokerprophesier.api.adapter.PokerProphesierAdapter
Returns the helper which contains the analysis of my current hand.
getMyHandStatsHelper() - Method in class com.javaflair.pokerprophesier.api.adapter.PokerProphesierAdapter
Returns the helper which contains the probabilities of my making a particular hand by the river card.
getMyOutsHelper() - Method in class com.javaflair.pokerprophesier.api.adapter.PokerProphesierAdapter
Returns the helper which contains the details and probabilities of my current outs.
getNumSimPlayers() - Method in class com.javaflair.pokerprophesier.api.helper.MyGameStatsHelper
Returns the number of simulator players.
getNumSimPlayers() - Method in class com.javaflair.pokerprophesier.api.helper.PlayerGameStatsHelper
Returns the number of simulator players in the game.
getNumSimulations() - Method in class com.javaflair.pokerprophesier.api.adapter.PokerProphesierAdapter
Returns the number of iterations (individual Hold'em games) to perform when executing a simulation.
getNumSimulations() - Method in class com.javaflair.pokerprophesier.api.helper.MyGameStatsHelper
Returns the number of simulations used to determine the probabilities.
getNumSimulations() - Method in class com.javaflair.pokerprophesier.api.helper.PlayerGameStatsHelper
Returns the number of simulations used to determine the probabilities.
getOppHandStatsHelper() - Method in class com.javaflair.pokerprophesier.api.adapter.PokerProphesierAdapter
Returns the helper which contains the probabilities of an opponent currently holding a particular hand.
getPairOuts() - Method in class com.javaflair.pokerprophesier.api.helper.MyOutsHelper
Returns the outs to make a pair.
getPairProb() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandStatsHelper
Returns the probability of making a pair.
getPairProb() - Method in class com.javaflair.pokerprophesier.api.helper.OppHandStatsHelper
Returns the probability of having a pair.
getPlayerGameStatsHelper() - Method in class com.javaflair.pokerprophesier.api.adapter.PokerProphesierAdapter
Returns the helper which contains the probabilities of each player winning/tying the game.
getPlayerProb(int) - Method in class com.javaflair.pokerprophesier.api.helper.PlayerGameStatsHelper
Returns the winning/tied probability for the player at the specified index.
getPlayerProbs() - Method in class com.javaflair.pokerprophesier.api.helper.PlayerGameStatsHelper
Returns the winning/tied probabilities for all players as an array.
getRank() - Method in class com.javaflair.pokerprophesier.api.card.Card
Returns the card's rank.
getSecondCard() - Method in class com.javaflair.pokerprophesier.api.card.HoleCards
Returns the second hole card.
getSecondRank() - Method in class com.javaflair.pokerprophesier.api.card.HoleCards
Returns the rank of the second hole card.
getShuffledDeck(Card[]) - Static method in class com.javaflair.pokerprophesier.api.card.Deck
Shuffles and then returns the specified deck of cards.
getSignificantCards() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandHelper
Returns the significant cards in the hand.
getStraightFlushOuts() - Method in class com.javaflair.pokerprophesier.api.helper.MyOutsHelper
Returns the outs to make a flush.
getStraightFlushProb() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandStatsHelper
Returns the probability of making a straight flush.
getStraightFlushProb() - Method in class com.javaflair.pokerprophesier.api.helper.OppHandStatsHelper
Returns the probability of having a straight flush.
getStraightOuts() - Method in class com.javaflair.pokerprophesier.api.helper.MyOutsHelper
Returns the outs to make a straight.
getStraightProb() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandStatsHelper
Returns the probability of making a straight.
getStraightProb() - Method in class com.javaflair.pokerprophesier.api.helper.OppHandStatsHelper
Returns the probability of having a straight.
getSuit() - Method in class com.javaflair.pokerprophesier.api.card.Card
Returns the card's suit.
getThreeOfAKindOuts() - Method in class com.javaflair.pokerprophesier.api.helper.MyOutsHelper
Returns the outs to make three-of-a-kind.
getThreeOfAKindProb() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandStatsHelper
Returns the probability of making three-of-a-kind.
getThreeOfAKindProb() - Method in class com.javaflair.pokerprophesier.api.helper.OppHandStatsHelper
Returns the probability of having three-of-a-kind.
getTieProb() - Method in class com.javaflair.pokerprophesier.api.helper.MyGameStatsHelper
Returns the probability of tying the game.
getTopHoleCardKicker() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandHelper
Returns the top hole card kicker (if there is one).
getTotalNumOuts() - Method in class com.javaflair.pokerprophesier.api.helper.MyOutsHelper
Returns the total number of outs.
getTotalProb() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandStatsHelper
Returns the sum of all hand probabilities.
getTotalProb() - Method in class com.javaflair.pokerprophesier.api.helper.OppHandStatsHelper
Returns the sum of all hand probabilities.
getTwoPairsOuts() - Method in class com.javaflair.pokerprophesier.api.helper.MyOutsHelper
Returns the outs to make two pairs.
getTwoPairsProb() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandStatsHelper
Returns the probability of making two pairs.
getTwoPairsProb() - Method in class com.javaflair.pokerprophesier.api.helper.OppHandStatsHelper
Returns the probability of having two pairs.
getUpdateDescription() - Method in class com.javaflair.pokerprophesier.api.helper.UpdateHelper
Returns the update description.
getUpdateDownloadUrl() - Method in class com.javaflair.pokerprophesier.api.helper.UpdateHelper
Returns the update download URL.
getUpdateHelper() - Method in class com.javaflair.pokerprophesier.api.adapter.PokerProphesierAdapter
Returns the update helper, which can be used to determine whether this installation of Poker Prophesier is current.
getUpdateMajorVersion() - Method in class com.javaflair.pokerprophesier.api.helper.UpdateHelper
Returns the update major version.
getUpdateMinorVersion() - Method in class com.javaflair.pokerprophesier.api.helper.UpdateHelper
Returns the update minor version.
getUpdateName() - Method in class com.javaflair.pokerprophesier.api.helper.UpdateHelper
Returns the update name.
getUpdatePatchVersion() - Method in class com.javaflair.pokerprophesier.api.helper.UpdateHelper
Returns the update patch version.
getUpdateReleaseDate() - Method in class com.javaflair.pokerprophesier.api.helper.UpdateHelper
Returns the update release date.
getUpdateText() - Method in class com.javaflair.pokerprophesier.api.helper.UpdateHelper
Returns the update text.
getWinningPlayerIndex() - Method in class com.javaflair.pokerprophesier.api.helper.PlayerGameStatsHelper
Returns the index of the winning player.
getWinProb() - Method in class com.javaflair.pokerprophesier.api.helper.MyGameStatsHelper
Returns the probability of winning the game.

H

Hand - Class in com.javaflair.pokerprophesier.api.card
A representation of a poker hand.
Hand(int, Card[]) - Constructor for class com.javaflair.pokerprophesier.api.card.Hand
Creates a hand with the specified rank and set of cards.
hashCode() - Method in class com.javaflair.pokerprophesier.api.card.Card
 
hashCode() - Method in class com.javaflair.pokerprophesier.api.card.HoleCards
 
HEARTS - Static variable in class com.javaflair.pokerprophesier.api.card.Card
Suit: hearts
HelperUtils - Class in com.javaflair.pokerprophesier.api.helper
Helper utility methods.
HIGH_CARD - Static variable in class com.javaflair.pokerprophesier.api.card.Hand
High card
HOLE_CARDS_DEALT - Static variable in class com.javaflair.pokerprophesier.api.adapter.PokerProphesierAdapter
Game state: hole cards dealt
HoleCards - Class in com.javaflair.pokerprophesier.api.card
A representation of a pair of hole cards.
HoleCards(Card, Card) - Constructor for class com.javaflair.pokerprophesier.api.card.HoleCards
Create a HoleCards instance with the specified hole cards.

I

isBottomPair() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandHelper
Returns a boolean indicating whether the pair is bottom pair (the hole card is matched with the lowest card on the board).
isFlushDraw() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandHelper
Returns a boolean indicating whether the hand is a flush draw.
isFolded() - Method in class com.javaflair.pokerprophesier.api.card.HoleCards
Returns a boolean indicating whether the hole cards are folded.
isHoleCard() - Method in class com.javaflair.pokerprophesier.api.card.Card
Returns a boolean indicating whether the card is a hole card.
isHoleCardHand() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandHelper
Returns a boolean indicating whether the significant cards of the hand include at least one hole card, meaning that the significant part of the hand is not solely on the board and shared amongst all players.
isMiddlePair() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandHelper
Returns a boolean indicating whether the pair is middle pair (the hole card is paired with a card between the highest and lowest card on the board).
isMyOutsHoleCardSensitive() - Method in class com.javaflair.pokerprophesier.api.adapter.PokerProphesierAdapter
Returns a boolean indicating whether the significant (non-kicker) cards in my hand must contain at least one hole card to be included in the generated simulator statistics.
isOppHoleCardsRealistic() - Method in class com.javaflair.pokerprophesier.api.adapter.PokerProphesierAdapter
Returns a boolean indicating whether the simulator should use realistic, or at least vaguely playable, opponents' hole cards when determining possible opponents' hands.
isOppProbMyHandSensitive() - Method in class com.javaflair.pokerprophesier.api.adapter.PokerProphesierAdapter
Returns a boolean indicating whether an opponents' hand should only be included in the generated simulator statistics if it is better than my current hand.
isOverPair() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandHelper
Returns a boolean indicating whether the hole cards pocket pair is an over pair (higher than the highest card on the board).
isPocketPair() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandHelper
Returns a boolean indicating whether the hole cards are a pocket pair.
isSecondPair() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandHelper
Returns a boolean indicating whether the hole cards pocket pair is second pair (between the highest and second highest cards on the board).
isSet() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandHelper
Returns a boolean indicating whether the three-of-a-kind is a set (matching a pocket pair with a card on the board).
isStraightDraw() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandHelper
Returns a boolean indicating whether the hand is a straight draw.
isStraightFlushDraw() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandHelper
Returns a boolean indicating whether the hand is a straight flush draw.
isSuited() - Method in class com.javaflair.pokerprophesier.api.card.HoleCards
Returns a boolean indicating whether the hole cards are suited (the same suit).
isTheNuts() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandHelper
Returns a boolean indicating whether the hand is currently The Nuts, given my hole cards, the community cards dealt and the possible hole cards an opponent could have.
isTopHoleCardKickerAce() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandHelper
Returns a boolean indicating whether the top hole card kicker is an ace.
isTopKickerHoleCard() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandHelper
Returns a boolean indicating whether the top kicker in the hand is a hole card rather than a community card.
isTopPair() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandHelper
Returns a boolean indicating whether the pair is top pair (the hole card is paired with the highest card on the board).
isTrips() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandHelper
Returns a boolean indicating whether the three-of-a-kind is trips (matching one hole card with a pair on the board).
isVersionCurrent() - Method in class com.javaflair.pokerprophesier.api.helper.UpdateHelper
Returns a boolean indicating whether this version of the simulator is currrent.

J

JACK - Static variable in class com.javaflair.pokerprophesier.api.card.Card
Rank: jack

K

KING - Static variable in class com.javaflair.pokerprophesier.api.card.Card
Rank: king

M

MyGameStatsHelper - Class in com.javaflair.pokerprophesier.api.helper
A helper which contains the probabilities of my winning, tying or losing the game.
MyHandHelper - Class in com.javaflair.pokerprophesier.api.helper
A helper which contains the analysis of my current hand.
MyHandStatsHelper - Class in com.javaflair.pokerprophesier.api.helper
A helper which contains the probabilities of my making a particular hand by the river card.
MyOutsHelper - Class in com.javaflair.pokerprophesier.api.helper
A helper which contains the details of my current outs.

N

NINE - Static variable in class com.javaflair.pokerprophesier.api.card.Card
Rank: nine

O

OppHandStatsHelper - Class in com.javaflair.pokerprophesier.api.helper
A helper which contains the probabilities of an opponent currently holding a particular hand.

P

PAIR - Static variable in class com.javaflair.pokerprophesier.api.card.Hand
Pair
PLAYER_EMPTY - Static variable in class com.javaflair.pokerprophesier.api.helper.PlayerGameStatsHelper
Constant indicating that the player position is empty.
PLAYER_FOLDED - Static variable in class com.javaflair.pokerprophesier.api.helper.PlayerGameStatsHelper
Constant indicating that the player has folded.
PlayerGameStatsHelper - Class in com.javaflair.pokerprophesier.api.helper
A helper which contains the probabilities of each player winning/tying the game.
PokerProphesierAdapter - Class in com.javaflair.pokerprophesier.api.adapter
The adapter is the principle class which clients use to communicate with the simulator.
PokerProphesierAdapter() - Constructor for class com.javaflair.pokerprophesier.api.adapter.PokerProphesierAdapter
Constructs an instance of the adapter.

Q

QUEEN - Static variable in class com.javaflair.pokerprophesier.api.card.Card
Rank: queen

R

RIVER_CARD_DEALT - Static variable in class com.javaflair.pokerprophesier.api.adapter.PokerProphesierAdapter
Game state: river card dealt
runMySimulations(HoleCards, CommunityCards, int, int) - Method in class com.javaflair.pokerprophesier.api.adapter.PokerProphesierAdapter
Runs the Me vs Opponents simulation, using my hole cards, the community cards, the total number of simulator players and the current game state.
runPlayerSimulations(HoleCards[], CommunityCards, int) - Method in class com.javaflair.pokerprophesier.api.adapter.PokerProphesierAdapter
Runs the Player vs Player simulation, using the array of players' hole cards, the community cards and the current game state.

S

setFolded(boolean) - Method in class com.javaflair.pokerprophesier.api.card.HoleCards
Sets whether the hole cards are folded.
setHoleCard(boolean) - Method in class com.javaflair.pokerprophesier.api.card.Card
Sets the hole card flag.
setMyOutsHoleCardSensitive(boolean) - Method in class com.javaflair.pokerprophesier.api.adapter.PokerProphesierAdapter
Sets the boolean indicating whether the significant (non-kicker) cards in my hand must contain at least one hole card to be included in the generated simulator statistics.
setNumSimulations(int) - Method in class com.javaflair.pokerprophesier.api.adapter.PokerProphesierAdapter
Sets the number of iterations (individual Hold'em games) to perform when executing a simulation.
setOppHoleCardsRealistic(boolean) - Method in class com.javaflair.pokerprophesier.api.adapter.PokerProphesierAdapter
Sets the boolean indicating whether the simulator should use realistic, or at least vaguely playable, opponents' hole cards when determining possible opponents' hands.
setOppProbMyHandSensitive(boolean) - Method in class com.javaflair.pokerprophesier.api.adapter.PokerProphesierAdapter
Sets the boolean indicating whether an opponents' hand should only be included in the generated simulator statistics if it is better than my current hand.
SEVEN - Static variable in class com.javaflair.pokerprophesier.api.card.Card
Rank: seven
SimulatorException - Exception in com.javaflair.pokerprophesier.api.exception
A simulator exception.
SimulatorException() - Constructor for exception com.javaflair.pokerprophesier.api.exception.SimulatorException
Default Constructor.
SimulatorException(String) - Constructor for exception com.javaflair.pokerprophesier.api.exception.SimulatorException
Constructor.
SimulatorException(String, Throwable) - Constructor for exception com.javaflair.pokerprophesier.api.exception.SimulatorException
Constructor.
SimulatorException(Throwable) - Constructor for exception com.javaflair.pokerprophesier.api.exception.SimulatorException
Constructor.
SIX - Static variable in class com.javaflair.pokerprophesier.api.card.Card
Rank: six
size() - Method in class com.javaflair.pokerprophesier.api.card.CommunityCards
Returns the number of community cards.
SPADES - Static variable in class com.javaflair.pokerprophesier.api.card.Card
Suit: spades
STRAIGHT - Static variable in class com.javaflair.pokerprophesier.api.card.Hand
Straight
STRAIGHT_FLUSH - Static variable in class com.javaflair.pokerprophesier.api.card.Hand
Straight flush

T

TEN - Static variable in class com.javaflair.pokerprophesier.api.card.Card
Rank: ten
THREE - Static variable in class com.javaflair.pokerprophesier.api.card.Card
Rank: three
THREE_OF_A_KIND - Static variable in class com.javaflair.pokerprophesier.api.card.Hand
Three-of-a-kind
toString() - Method in class com.javaflair.pokerprophesier.api.card.Card
 
toString() - Method in class com.javaflair.pokerprophesier.api.card.CommunityCards
 
toString(Card[]) - Static method in class com.javaflair.pokerprophesier.api.card.Deck
Returns a String representation of the specified deck of cards.
toString() - Method in class com.javaflair.pokerprophesier.api.card.Hand
 
toString() - Method in class com.javaflair.pokerprophesier.api.card.HoleCards
 
toString() - Method in class com.javaflair.pokerprophesier.api.helper.MyGameStatsHelper
 
toString() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandHelper
 
toString() - Method in class com.javaflair.pokerprophesier.api.helper.MyHandStatsHelper
 
toString() - Method in class com.javaflair.pokerprophesier.api.helper.MyOutsHelper
 
toString() - Method in class com.javaflair.pokerprophesier.api.helper.OppHandStatsHelper
 
toString() - Method in class com.javaflair.pokerprophesier.api.helper.PlayerGameStatsHelper
 
toString() - Method in class com.javaflair.pokerprophesier.api.helper.UpdateHelper
 
TOTAL_CARDS_IN_PACK - Static variable in class com.javaflair.pokerprophesier.api.card.Deck
Default number of cards in a pack.
TURN_CARD_DEALT - Static variable in class com.javaflair.pokerprophesier.api.adapter.PokerProphesierAdapter
Game state: turn card dealt
TWO - Static variable in class com.javaflair.pokerprophesier.api.card.Card
Rank: two
TWO_PAIRS - Static variable in class com.javaflair.pokerprophesier.api.card.Hand
Two pairs

U

UpdateHelper - Class in com.javaflair.pokerprophesier.api.helper
A helper which can be queried to determine whether this Poker Prophesier installation is current.

A C D E F G H I J K M N O P Q R S T U

Copyright © 2006 Javaflair. All Rights Reserved.