Index
All Classes and Interfaces|All Packages
P
- payout - Variable in class customer.CustomerBet
-
The payout amount for this bet, which is adjusted based on the outcome of the bet.
- PLATINUM - Enum constant in enum class customer.CustomerType
-
Platinum-level customer with the highest betting limit of 2,000 units.
- PlatinumCustomer - Class in customer
-
Represents a Platinum-level customer, a specialized type of
Customerwith the highest betting limits. - PlatinumCustomer(String) - Constructor for class customer.PlatinumCustomer
-
Constructs a new Platinum-level customer with the specified full name.
- populateCustomersWithRandomBets(List<Customer>, List<Bet>) - Static method in class util.DummyData
-
Populates random customers with random bets from the provided list of bets.
- printCustomersResultsToTextFile(String) - Method in interface main.ICustomerBetService
-
Saves the provided betting results to a default text file named "bet-results.txt".
All Classes and Interfaces|All Packages