E - The type of SimEvents supported.public class DefaultSimEventComparator<E extends SimEvent> extends Object implements Comparator<E>
Comparator on SimEvents.
This comparator extends the partial ordering of SimEvents using their time property
to a total ordering using, in case of a tie in the event times, the de-conflict field of the event.
Last javadoc Review: Jan de Jongh, TNO, 20180404, r5.1.0.
| Constructor and Description |
|---|
DefaultSimEventComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(E e1,
E e2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongCopyright © 2018. All rights reserved.