Package model
Class Dealer
java.lang.Object
model.Person
model.Dealer
Represents a dealer in a card game and handles dealer-specific operations.
This class extends the Person class, which contains shared methods
and properties between players and dealers.
- Author:
- Michael Neuper michael@michaelneuper.com
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class model.Person
getHand, getName, hasBlackjack, hit, printFilePath, printHand, setHand, setName