A B C D G H I J L M N O P R S T V W

G

getAction(Hand) - Method in interface blackjackanalyst.DealerStrategy
Returns the proper action, given the current hand.
getAction(PlayerHand, Card) - Method in interface blackjackanalyst.PlayerStrategy
Returns the proper action, given the current hand.
getAction(PlayerHand, Card) - Method in class blackjackanalyst.strategy.BasicStrategyPlayer
 
getAction(Hand) - Method in class blackjackanalyst.strategy.DefaultDealer
 
getAction(PlayerHand, Card) - Method in class blackjackanalyst.strategy.DefaultPlayer
 
getAction(PlayerHand, Card) - Method in class blackjackanalyst.strategy.ModifiedBasicStrategyPlayer
 
getBankroll() - Method in class blackjackanalyst.Player
Returns the bankroll of the player.
getBankroll() - Method in class blackjackanalyst.PlayerHand
Returns the bankroll of the player to which this hand belongs.
getBet(int) - Method in interface blackjackanalyst.PlayerStrategy
Notifies the player that a new betting round has started.
getBet(int) - Method in class blackjackanalyst.strategy.BasicStrategyPlayer
 
getBet(int) - Method in class blackjackanalyst.strategy.DefaultPlayer
 
getBet(int) - Method in class blackjackanalyst.strategy.TrueCountBetPlayer
 
getBetAmount() - Method in class blackjackanalyst.PlayerHand
Returns the amount bet on this hand.
getBetNumber() - Method in class blackjackanalyst.PlayerHand
Returns the unique identifier of this bet for the round.
getBets() - Method in class blackjackanalyst.PlayerHand
Returns all bets belonging to the player this round.
getCard(Card.Rank, Card.Suit) - Static method in class blackjackanalyst.Card
Returns the Card object having the given suit and rank.
getCard(int) - Static method in class blackjackanalyst.Card
Returns the Card having the given unique numerical identifier.
getCards() - Method in class blackjackanalyst.Hand
Returns a list containing the cards in the hand, appearing in the order in which they were added.
getHighValidValue() - Method in class blackjackanalyst.Hand
Returns the highest possible value that can be made from the hand, but does not exceed 21.
getHighValue() - Method in class blackjackanalyst.Hand
Returns the highest possible value that can be made from the hand.
getID() - Method in class blackjackanalyst.Card
Returns the unique numerical identifier of this card.
getInstance() - Static method in class blackjackanalyst.observer.ConsoleTableObserver
 
getInstance() - Static method in class blackjackanalyst.strategy.DefaultDealer
 
getInsuranceBet(PlayerHand, int) - Method in interface blackjackanalyst.PlayerStrategy
Notifies the player that the dealer is showing an ace as his up card and is offering insurance.
getInsuranceBet(PlayerHand, int) - Method in class blackjackanalyst.strategy.BasicStrategyPlayer
 
getInsuranceBet(PlayerHand, int) - Method in class blackjackanalyst.strategy.DefaultPlayer
 
getInsuranceBet(PlayerHand, int) - Method in class blackjackanalyst.strategy.TrueCountBetPlayer
 
getLossStreak() - Method in class blackjackanalyst.observer.WinLossPlayerObserver
Returns the longest loss streak for this player.
getLowValue() - Method in class blackjackanalyst.Hand
Returns the lowest possible value that can be made from the hand.
getMaximumBet() - Method in class blackjackanalyst.Table
Returns the maximum bet at the table.
getMaxPlayers() - Method in class blackjackanalyst.Table
Returns the maximum number of players at this blackjack table.
getMinimumBet() - Method in class blackjackanalyst.Table
Returns the minimum bet at the table.
getName() - Method in class blackjackanalyst.Player
Returns the name of the player.
getName() - Method in class blackjackanalyst.PlayerHand
Returns the name of the player to which this hand belongs.
getName() - Method in class blackjackanalyst.Table
Returns the name of the table.
getNetGain() - Method in class blackjackanalyst.observer.WinLossPlayerObserver
Returns the combined net winnings of this player; a negative number returned indicates a winning house.
getNetGain() - Method in class blackjackanalyst.observer.WinLossTableObserver
Returns the combined net winnings of the players; a negative number returned indicates an overall player loss and a winning house.
getNumBlackjacks() - Method in class blackjackanalyst.observer.WinLossPlayerObserver
Returns the number of times the player has received a blackjack.
getNumBlackjacks() - Method in class blackjackanalyst.observer.WinLossTableObserver
Returns the number of times a player has received a blackjack.
getNumLosses() - Method in class blackjackanalyst.observer.WinLossPlayerObserver
Returns the number of times the player has lost.
getNumLosses() - Method in class blackjackanalyst.observer.WinLossTableObserver
Returns the number of times a player has lost, meaning the house has won.
getNumPlayers() - Method in class blackjackanalyst.Table
Returns the number of players at this blackjack table.
getNumPushes() - Method in class blackjackanalyst.observer.WinLossPlayerObserver
Returns the number of times the player pushed.
getNumPushes() - Method in class blackjackanalyst.observer.WinLossTableObserver
Returns the number of times a player pushed.
getNumRounds() - Method in class blackjackanalyst.observer.WinLossTableObserver
Returns the number of rounds of blackjack that have been played.
getNumWins() - Method in class blackjackanalyst.observer.WinLossPlayerObserver
Returns the number of times the player has won, not including blackjacks.
getNumWins() - Method in class blackjackanalyst.observer.WinLossTableObserver
Returns the number of times a player has won, not including blackjacks.
getObservers() - Method in class blackjackanalyst.Player
Returns the list of observers, to which observers for this player can be added, removed, and so forth.
getObservers() - Method in class blackjackanalyst.Table
Returns the list of observers, to which observers for this table can be added, removed, and so forth.
getPlayer() - Method in class blackjackanalyst.observer.ConsolePlayerObserver
Returns the player this object observes.
getPlayers() - Method in class blackjackanalyst.Table
Returns a list containing all the players at the blackjack table.
getRank() - Method in class blackjackanalyst.Card
Returns the rank of this card.
getStrategy() - Method in class blackjackanalyst.Player
Returns the strategy used by the player.
getStrategy() - Method in class blackjackanalyst.Table
Returns the strategy used by the dealer.
getSuit() - Method in class blackjackanalyst.Card
Returns the suit of this card.
getTable() - Method in class blackjackanalyst.Player
Returns the table this player is playing blackjack at.
getValue() - Method in class blackjackanalyst.Card
Returns the value of the card.
getValues() - Method in class blackjackanalyst.Hand
Returns all possible values that can be made from the hand, where values appear in ascending order.
getWinStreak() - Method in class blackjackanalyst.observer.WinLossPlayerObserver
Returns the longest win streak for this player, which may include blackjacks.

A B C D G H I J L M N O P R S T V W