public class SortedMapEventList extends EventList
EventList
implementation that is based on a sorted map (TreeMap).
The map's keys are time+priority (using the fact that EventNote.compareTo is
only based on these two fields). Every value is a singly linked list with all
EventNote
s having the same time and priority, in order.Constructor and Description |
---|
SortedMapEventList() |