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

T

takeAction(UI) - Method in class com.gbayer.basicblackjack.ComputerDealer
Dealer takes action based on current hand value and dealer rules.
takeAction(UI) - Method in class com.gbayer.basicblackjack.HumanPlayer
Human player takes action based on UI prompts.
takeAction(UI) - Method in class com.gbayer.basicblackjack.Player
Player takes one or more permitted actions.
takeBet(HumanPlayer) - Method in class com.gbayer.basicblackjack.ui.ConsoleUI
 
takeBet(HumanPlayer) - Method in interface com.gbayer.basicblackjack.ui.UI
Get user to place a bet.
toString() - Method in class com.gbayer.basicblackjack.Card
Generates character representation of card.
toString() - Method in class com.gbayer.basicblackjack.Hand
Generates string representing all cards in the hand.
toString() - Method in class com.gbayer.basicblackjack.Player
Generates a string containing player's assigned name concatenated with a string representing the player's hand.
toStringShowingTopCardOnly() - Method in class com.gbayer.basicblackjack.Hand
Generates string showing top card in hand openly and all others as X (face down).
toStringShowingTopCardOnly() - Method in class com.gbayer.basicblackjack.Player
Generates a string containing player's assigned name concatenated with a string representing the player's hand with all but the first card face-down.

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