Methods in blackjackanalyst that return DealerStrategy.DealerStrategyAction |
DealerStrategy.DealerStrategyAction |
DealerStrategy.getAction(Hand dealer_hand)
Returns the proper action, given the current hand. |
static DealerStrategy.DealerStrategyAction |
DealerStrategy.DealerStrategyAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DealerStrategy.DealerStrategyAction[] |
DealerStrategy.DealerStrategyAction.values()
Returns an array containing the constants of this enum type, in
the order they're declared. |