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

I

isAce() - Method in class blackjackanalyst.Card
Returns whether this card is an ace.
isBlackjack() - Method in class blackjackanalyst.Hand
Returns whether the current hand is a blackjack, which is an ace and a ten-valued card.
isBlackjack() - Method in class blackjackanalyst.PlayerHand
Returns whether the current hand is a blackjack.
isBusted() - Method in class blackjackanalyst.Hand
Returns whether the hand has busted, meaning that the smallest possible hand value is greater than 21.
isEmpty() - Method in class blackjackanalyst.ObserverList
Returns whether the observer list is empty, meaning its size equals 0.
isFinished() - Method in class blackjackanalyst.Hand
Returns whether this hand is finished.
isPair() - Method in class blackjackanalyst.PlayerHand
Returns whether the hand is a pair, meaning it consists of two cards with the same value.
isSoft() - Method in class blackjackanalyst.Hand
Returns whether the hand is soft, meaning that it has not busted and whether the highest value that does not exceed 21 contains an ace valued as 11.
iterator() - Method in class blackjackanalyst.ObserverList
Returns an iterator over the list of observers.

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