Module it.rebirthproject.ufoeb
Class UnorderedEventsRegistrationsMap
java.lang.Object
it.rebirthproject.ufoeb.dto.registrations.maps.interfaces.EventsRegistrationsMap
it.rebirthproject.ufoeb.dto.registrations.maps.UnorderedEventsRegistrationsMap
The map used to add a
Registration by order of arrival.-
Field Summary
Fields inherited from class it.rebirthproject.ufoeb.dto.registrations.maps.interfaces.EventsRegistrationsMap
registrations -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddRegistration(BusEventKey eventKey, Registration registration) The method that adds a newRegistrationto theRegistrations map by order of arrival.Methods inherited from class it.rebirthproject.ufoeb.dto.registrations.maps.interfaces.EventsRegistrationsMap
clear, containsKey, get, isEmpty, keySet, size
-
Constructor Details
-
UnorderedEventsRegistrationsMap
public UnorderedEventsRegistrationsMap()
-
-
Method Details
-
addRegistration
The method that adds a newRegistrationto theRegistrations map by order of arrival.- Specified by:
addRegistrationin classEventsRegistrationsMap- Parameters:
eventKey- TheBusEventKeyused to add a newRegistration.registration- TheRegistrationto add.
-