Package jsl.calendar
-
Interface Summary Interface Description CalendarIfc The interface defines behavior for holding, adding and retrieving JSLEvents. -
Class Summary Class Description LinkedListEventCalendar LinkedListEventCalendar is a concrete implementation of the CalendarIfc for use with the Scheduler This class provides an event calendar by using a java.util.LinkedList to hold the underlying events.PriorityQueueEventCalendar This class provides an event calendar by using a priority queue to hold the underlying events.SkewHeapEventCalendar This class provides an event calendar by using a skew heap to hold the underlying events.TreeSetEventCalendar This class provides an event calendar by using a tree set to hold the underlying events.