ID - key typeT - event typepublic abstract class MappedEventsData<ID,T extends Event> extends ListedEventsData<T>
ListedEventsData,
Event| Constructor and Description |
|---|
MappedEventsData()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SortedMap<ID,List<T>> |
getMappedEvents()
Getter for mappedEvents.
|
void |
setMappedEvents(SortedMap<ID,List<T>> mappedEvents)
Setter for mappedEvents.
|
getEvents, setEventsCopyright © 2015 OSIVIA. All rights reserved.