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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addRegistration
(BusEventKey eventKey, Registration registration) The method that adds a newRegistration
to theRegistration
s 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 newRegistration
to theRegistration
s map by order of arrival.- Specified by:
addRegistration
in classEventsRegistrationsMap
- Parameters:
eventKey
- TheBusEventKey
used to add a newRegistration
.registration
- TheRegistration
to add.
-