Package main

Enum Class BetOrganization

java.lang.Object
java.lang.Enum<BetOrganization>
main.BetOrganization
All Implemented Interfaces:
Serializable, Comparable<BetOrganization>, Constable, ICustomerBetService

public enum BetOrganization extends Enum<BetOrganization> implements ICustomerBetService
Singleton class representing the organization responsible for managing customer betting activities.

The main.BetOrganization maintains a list of customers and their respective bets, providing functionalities to add customers, add bets, calculate gains based on bet outcomes, and display and save betting results.

This class is particularly useful for managing betting operations and simulating betting results.