Package com.example.skeddly.business
Class ParticipantList
java.lang.Object
com.example.skeddly.business.TicketList
com.example.skeddly.business.ParticipantList
Class for list of participants in an event.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for ParticipantList.ParticipantList(int max) Constructor for ParticipantList. -
Method Summary
Methods inherited from class com.example.skeddly.business.TicketList
addTicket, getMax, getTicketIds, isEmpty, isFull, remove, setMax, setTicketIds, size
-
Constructor Details
-
ParticipantList
public ParticipantList(int max) Constructor for ParticipantList.- Parameters:
max- The maximum number of tickets that can be in the list.
-
ParticipantList
public ParticipantList()Constructor for ParticipantList.
-