org.quartz
public static class Trigger.TriggerTimeComparator extends Object implements Comparator<Trigger>, Serializable
Constructor and Description |
---|
Trigger.TriggerTimeComparator() |
Modifier and Type | Method and Description |
---|---|
static int |
compare(Date nextFireTime1,
int priority1,
TriggerKey key1,
Date nextFireTime2,
int priority2,
TriggerKey key2) |
int |
compare(Trigger t1,
Trigger t2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public static int compare(Date nextFireTime1, int priority1, TriggerKey key1, Date nextFireTime2, int priority2, TriggerKey key2)
public int compare(Trigger t1, Trigger t2)
compare
in interface Comparator<Trigger>
Copyright 2001-2014, Terracotta, Inc.