public class CronFrequencyComparator extends Object implements Comparator<Cron>
| Constructor and Description |
|---|
CronFrequencyComparator(java.time.ZonedDateTime startDate,
java.time.ZonedDateTime endDate) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Cron o1,
Cron o2) |
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, thenComparingLongpublic CronFrequencyComparator(java.time.ZonedDateTime startDate,
java.time.ZonedDateTime endDate)
public int compare(Cron o1, Cron o2)
compare in interface Comparator<Cron>Copyright © 2022. All rights reserved.