Class EventIntervalQuadTree


  • public class EventIntervalQuadTree
    extends IntervalQuadTree<Event>

    Although this collection is sorted based on the Event start and end TimeStamps, it uses Object.equals(Object) to satisfy the Set contract. If two values are equal they must also have the same Keyed#getStartTime() and Keyed#getEndTime(). However, two values which are not equal may have the same start and end.